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
»
found another 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
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.
Replies to this comment
system_exclusive and sysex_event (
Posted by
Anonymous User
at
2006-10-13 04:44 PM)
print 'system_exclusive - data size: %s' % len(data)
Replies to this comment