Skip to content

mxm, IT's mad science

Sections
Personal tools
You are here: Home » Products » Open Source » Python Midi Package » found another typo
Downloads
You can download mxm products here.

Due to it's technical and international nature, this section is in english.

Max M Has a blog too.

og er glad for mad

 

Comment

Above in this comment thread: Python Midi Package » typo

found another typo

Posted by Anonymous User at 2005-11-10 12:27 AM
MidiToText.py line 50 should be
print 'system_exclusive - data size: %s' % len(data)

system_exclusive and sysex_event

Posted by Anonymous User at 2005-11-10 12:36 AM
why are there system_exclusive() and sysex_event() in MidiToText.py? it seems the same things to me.