The way it works now, certain kinds of MIDI events are mixed into a single
array without noting which track they came from. This will make it impossible
to properly implement time signatures, as each track has its own time
signatures. The easiest fix I can think of would be for the events to store
the track number they came from, although you may know of a better way to
handle it. Until this is corrected, MIDI import is broken.
Original issue reported on code.google.com by raynebc on 21 Aug 2010 at 11:45
Original issue reported on code.google.com by
raynebc
on 21 Aug 2010 at 11:45