sendMIDIEvent(_:data1:)
Sends a MIDI event which contains one data byte to the instrument.
Declaration
func sendMIDIEvent(_ midiStatus: UInt8, data1: UInt8)Parameters
- midiStatus:
The status value of the MIDI event.
- data1:
The data byte of the MIDI event.