I looked at the mingus MIDI loading support and realized it had absolutely
zero
support for running status, which is where midi events are chained
together. A
sequencer I'm using uses these for controller change events. I added some
support and
have uploaded a new MidiFileIn.py.
It's not pretty but it works. I haven't been able to find exact
documentation, but I
think controller change events that are specified in running status don't
have time
deltas.
Attachments:
MidiFileIn.py 13.4 KB
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
Comment #4 on issue 24 by Rhijnauwen: MIDI loading needs to be better
http://code.google.com/p/mingus/issues/detail?id=24
(No comment was entered for this change.)
Any plans on committing running status support?