chrisguttandin / midi-json-parser-worker

The worker which is used by the midi-json-parser package.
MIT License
6 stars 1 forks source link

Support MIDI Cue Point meta message #337

Closed infojunkie closed 2 years ago

infojunkie commented 2 years ago

I am generating Cue Point meta messages in my MIDI file to synchronize the music sheet with the playback. It would be great if your module supported them :pray:

infojunkie commented 2 years ago

Note, I can also use a Marker meta message which is already supported here, but for completeness sake, supporting cue points is still valuable imo :-)

chrisguttandin commented 2 years ago

Thanks for pointing this out. I more or less only implemented what I found in existing MIDI files so far. Do you maybe have an example file which contains such a message which could be used as a fixture as part of this repo?

infojunkie commented 2 years ago

Sure, here's one. Thanks!

chrisguttandin commented 2 years ago

Thanks a lot. The update has been published as v8.1 of midi-json-parser-worker and midi-json-parser respectively. I will also update json-midi-encoder to support the encoding of cue point events.