alex9490 / editor-on-fire

Automatically exported from code.google.com/p/editor-on-fire
Other
0 stars 0 forks source link

MIDI import needs to change to accept TS logic #146

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
I should have put this information in issue 143

Original comment by raynebc on 21 Aug 2010 at 11:51