MIDISendEventList(_:_:_:)
Sends MIDI events to a destination.
Declaration
func MIDISendEventList(_ port: MIDIPortRef, _ dest: MIDIEndpointRef, _ evtlist: UnsafePointer<MIDIEventList>) -> OSStatusParameters
- port:
The output port through which to send MIDI events.
- dest:
The destination to receive the events.
- evtlist:
The MIDI events to send.
Return Value
An OSStatus result code.
Discussion
The system schedules events with future timestamps for future delivery. It performs any needed MIDI merging.