Re: midi file parser

2009-11-23 Thread alex23
On Nov 24, 3:15 pm, Sean McIlroy wrote: > [code snipped] Great stuff. Have you considered bundling it up and putting it onto PyPI? -- http://mail.python.org/mailman/listinfo/python-list

midi file parser

2009-11-23 Thread Sean McIlroy
""" A Sequence is a list [FormatType, TimeDivision, Tracks] where *) FormatType is in [0,1,2] *) TimeDivision is either [TicksPerBeat] with TicksPerBeat in range (2**15) or [FramesPerSecond, TicksPerFrame] with FramesPerSecond in range (2**7) and TicksPerFrame in range(2**8) *) Tracks is a