Contents

MIDISendEventList(_:_:_:)

Sends MIDI events to a destination.

Declaration

func MIDISendEventList(_ port: MIDIPortRef, _ dest: MIDIEndpointRef, _ evtlist: UnsafePointer<MIDIEventList>) -> OSStatus

Parameters

  • 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.

See Also

Event list management