0.5.2
New Features
MIDI.Event.sysEx7(rawHexString:)
static initializer- capable of parsing a string of hex byte values (ie:
"F7 01 02 03 F0"
or"f7010203f0"
)
- capable of parsing a string of hex byte values (ie:
MIDI.Event.SysEx7
instance: Added.midi1RawHexString()
method- returns the raw message bytes as a string of hex values
Minor Changes
MIDI.Event.noteManagement()
: Addednote:
parameter label for consistency