Skip to content
Search
mxm, IT's mad science
Sections
Welcome
News
Search
Replies
Personal tools
You are not logged in
Log in
You are here:
Home
»
Products
»
Open Source
»
Python Midi Package
»
typo
Navigation
Home
Papers
Products
Open Source
mxmContacts
Python Midi Package
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
Posted by
Anonymous User
at
2005-11-10 12:24 AM
i found a typo which causes no attribute 'sysex_events' error. MidiFileParser.py line 129 should be
dispatch.sysex_event(sysex_data)
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)
Replies to this comment
system_exclusive and sysex_event (
Posted by
Anonymous User
at
2005-11-10 12:36 AM)
system_exclusive and sysex_event (
Posted by
Anonymous User
at
2006-10-13 04:44 PM)
dispatch.sysex_event(sysex_data)
print 'system_exclusive - data size: %s' % len(data)
Replies to this comment