cmidi2 0.5 #8
atsushieno
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
cmidi2 v0.5 is released (tagged).
It has some breaking behavioral changes (bugfixes) since v0.4 regarding how it deals with byte order (endianness). There are some additional functions that ends with
_le
and_be
, and CMIDI2_UMP_FOR_EACH is based on BE.There is now UMP to MIDI1 bytestream translator (
cmidi2_convert_ump_to_midi1()
) with a few additional fields incmidi2_midi_conversion_context
. It will be used in atsushieno/android-audio-plugin-framework. MIDI1 to UMP translator is recently used there, and the new function will follow that too.Beta Was this translation helpful? Give feedback.
All reactions