Skip to content

0.5.2

Compare
Choose a tag to compare
@orchetect orchetect released this 25 Jul 05:18
· 837 commits to main since this release

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")
  • MIDI.Event.SysEx7 instance: Added .midi1RawHexString() method
    • returns the raw message bytes as a string of hex values

Minor Changes

  • MIDI.Event.noteManagement(): Added note: parameter label for consistency