You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
nice idea :)
we've been wondering about integrating MIDI capabilities directly into the library, but for the moment it only consumes and produces some non MIDI standard structs. @rblard already made an ossia score midifile performer plugin, including a midifile parser which works pretty well :)
We could indeed use a MIDI library as a submodule, write adapters for the MIDI messages, and run some tests on MIDI files from this repo ...
To be investigated
I believe generic integration test sets could be written in such ways:
each set in a separate directory
running the library on 2 first inputs and perform a diff on the expected output midi file and the output given by the library.
a bijective "midi file <-> text file" format would help keeping it all in plain text to ease with displaying the diff.
just a suggestion :)
The text was updated successfully, but these errors were encountered: