The sendMessage method allows sending individual messages. This is not recommended to be used for note messages, though still supported. Its primary use is for control changes, bend messages, etc.
The data parameter should be a MIDI-compliant byte-array, see here for more information Summary of MIDI 1.0 Messages.
The stopNotes method allows for stopping any number of notes currently being sent by the MIDI out.
Generated using TypeDoc
IMidiOut defines an interface for any MIDI object which other shimi objects can send data to, for that data to be converted to valid MIDI messages and sent out.