send(_:)
Sends a MIDI event list to the instrument.
Declaration
func send(_ eventList: UnsafePointer<MIDIEventList>)Parameters
- eventList:
The MIDI event list.
Sends a MIDI event list to the instrument.
func send(_ eventList: UnsafePointer<MIDIEventList>)The MIDI event list.