Contents

MIDIEntityGetSource(_:_:)

Returns one of an entity’s sources.

Declaration

func MIDIEntityGetSource(_ entity: MIDIEntityRef, _ sourceIndex0: Int) -> MIDIEndpointRef

Parameters

  • entity:

    The entity to query.

  • sourceIndex0:

    The source index.

Return Value

A reference to a source, or NULL if an error occurred.

See Also

Entity lookup