Contents

MIDIDeviceGetEntity(_:_:)

Returns the device’s entity at a specific index.

Declaration

func MIDIDeviceGetEntity(_ device: MIDIDeviceRef, _ entityIndex0: Int) -> MIDIEntityRef

Parameters

  • device:

    The device to query.

  • entityIndex0:

    The entity index.

Return Value

An entity reference, or NULL if an error occurred.

See Also

Device lookup