Contents

MIDIDeviceListGetDevice(_:_:)

Retrieves a MIDI device from a device list.

Declaration

func MIDIDeviceListGetDevice(_ devList: MIDIDeviceListRef, _ index0: Int) -> MIDIDeviceRef

Parameters

  • devList:

    The device list.

  • index0:

    The index of the device to return.

Return Value

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

See Also

Managing Device Lists