MIDIDeviceGetEntity(_:_:)
Returns the device’s entity at a specific index.
Declaration
func MIDIDeviceGetEntity(_ device: MIDIDeviceRef, _ entityIndex0: Int) -> MIDIEntityRefParameters
- device:
The device to query.
- entityIndex0:
The entity index.
Return Value
An entity reference, or NULL if an error occurred.