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
Fix function signatures for Type 0 (Utility) messages.
They became groupless at 2023 specification updates, and we did not update
the API, which we should have done that as of v0.6. Now it is done as v0.9 API.
add full UMP to MIDI1/SMF bytestream translator, with some breaking c…
…hanges.
- There are fixes in 64bit serialization regarding endianness.
- UMP to MIDI1 single translator is removed (internalized) and there is
now `cmidi2_convert_ump_to_midi1()` which handles full translation and
JR Timestamp to deltaTime converter (which leaves some TODOs though).