Re: parse a midi file

2008-09-16 Thread binaryjesus
On Sep 16, 9:48 pm, Mr.SpOOn <[EMAIL PROTECTED]> wrote: > Hi, > I need to parse a midi file with Python. What I exactly need is the > possibility to distinguish all notes in all channels in a midi file > and put them in a list or something. > > I've found this: >

parse a midi file

2008-09-16 Thread Mr.SpOOn
Hi, I need to parse a midi file with Python. What I exactly need is the possibility to distinguish all notes in all channels in a midi file and put them in a list or something. I've found this: http://groups.google.com/group/alt.sources/msg/22467419ad4bf416 I'm not sure how it does