Re: MidiToText : EventDispatcher instance has no attribute 'sysex_events'

2006-01-01 Thread Max M
Carsten Haese wrote: > On Fri, 2005-12-30 at 09:52, tim wrote: > >>Trying to convert midi to text using MidiToText.py. >>I get the following: >> >>midi_port: 0 >>Traceback (most recent call last): >> File "MidiToText.py", line 176, in ? >>midiIn.read() >> File "C:\Python24\Lib\site-packages\

Re: MidiToText : EventDispatcher instance has no attribute 'sysex_events'

2005-12-30 Thread tim
Carsten Haese wrote: On Fri, 2005-12-30 at 09:52, tim wrote: Trying to convert midi to text using MidiToText.py. I get the following: midi_port: 0 Traceback (most recent call last): File "MidiToText.py", line 176, in ? midiIn.read() File "C:\Python24\Lib\site-packages\midi\MidiInFile.p

Re: MidiToText : EventDispatcher instance has no attribute 'sysex_events'

2005-12-30 Thread Carsten Haese
On Fri, 2005-12-30 at 09:52, tim wrote: > Trying to convert midi to text using MidiToText.py. > I get the following: > > midi_port: 0 > Traceback (most recent call last): > File "MidiToText.py", line 176, in ? > midiIn.read() > File "C:\Python24\Lib\site-packages\midi\MidiInFile.py", line

MidiToText : EventDispatcher instance has no attribute 'sysex_events'

2005-12-30 Thread tim
Trying to convert midi to text using MidiToText.py. I get the following: midi_port: 0 Traceback (most recent call last): File "MidiToText.py", line 176, in ? midiIn.read() File "C:\Python24\Lib\site-packages\midi\MidiInFile.py", line 24, in read p.parseMTrkChunks() File "C:\Python24\