infojunkie / musicxml-player

A TypeScript component that loads and plays MusicXML files in the browser using Web Audio and Web MIDI.
https://blog.karimratib.me/demos/musicxml/
GNU General Public License v3.0
34 stars 6 forks source link

Support MIDI files that don't include `Measure` MIDI marks #3

Closed infojunkie closed 1 year ago

infojunkie commented 1 year ago

...by always advancing to the next measure, and stopping there.

infojunkie commented 1 year ago

Actually, now that we will support multiple MIDI converters as per #8, the timemap itself should move to the IMidiConverter implementation, since each converter is supposed to know about its own MIDI structure. Closing this ticket and will carry on the work over there.