Contents

MIDIGetDriverDeviceList(_:)

Returns the list of driver-created devices in the current MIDI setup.

Declaration

func MIDIGetDriverDeviceList(_ driver: MIDIDriverRef) -> MIDIDeviceListRef

Parameters

  • driver:

    The driver for which you return devices.

Return Value

The requested device list.

Discussion

Dispose this list when you’re finished working with it by calling MIDIDeviceListDispose(_:).

See Also

Inspecting a Driver