-
Support receiving truncated
SysExmessagesThis can happen when a MIDI device sends a large amount of data using a
SysExmessage, which is then delivered in multiple batches - now such messages can be received and reconstituted into a singleSysExmessage.
- Added Linux support - thanks abirke
- Added missing System Common Messages:
- MIDI Time Code Quarter Frame
- Song Position Pointer
- Song Select
- Tune Request
- Pulled updates for
rtmidifrom upstream
- Pulled updates for
rtmidifrom upstream and compiled new unmanaged binaries for macOS (x64) and Windows (x64, x86)- Changed the
rtmidi_get_compiled_apito take an additionalunsigned int apis_sizeindicating the size of the array forRtMidiApienums
- Changed the
- No changes in public-facing code, so will not break existing code
- Bug fix for receiving SysEx messages - thanks mat1jaczyyy
- Support for sending and receiving SysEx messages - thanks mat1jaczyyy
First documented release with initial features and C# 7 readonly struct and in features to improve performance by
making messages immutable structs and passing them by reference, thus reducing copy operations and allowing the
compiler to optimize the code.
Supported MIDI messages:
- Channel Pressure
- Control Change
- Note On / Off
- Pitch Bend
- Polyphonic Key Pressure
- Program Change
- Non-Registered Parameter Number (NRPN)