DryWetMIDI 6.1.2
Apple Silicon support
DryWetMIDI multimedia API now supports Apple Silicon chips when used on macOS (#204). Thanks to @ThaddeusChristopher for testing!
Nativeless version
The library has now nativeless version where all native-dependent API is cut out. More info in the Nativeless package article.
New features and improvements
- Added BytesFormat property to BytesToMidiEventConverter.
- Added BytesFormat property to MidiEventToBytesConverter.
- Removed
FfStatusBytePolicy
property from BytesToMidiEventConverter. - IInputDevice/IOutputDevice are now derived from
IDisposable
(#205).