MidiToText : EventDispatcher instance has no attribute 'sysex_events'

T

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\Lib\site-packages\midi\MidiFileParser.py", line 167,
in parseMTrkChunks
self.parseMTrkChunk() # this is where it's at!
File "C:\Python24\Lib\site-packages\midi\MidiFileParser.py", line 129,
in parseMTrkChunk
dispatch.sysex_events(sysex_data)
AttributeError: EventDispatcher instance has no attribute 'sysex_events'

any ideas?
thank you,
Tim
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,769
Messages
2,569,579
Members
45,053
Latest member
BrodieSola

Latest Threads

Top