MIDIGetDriverDeviceList(_:)
Returns the list of driver-created devices in the current MIDI setup.
Declaration
func MIDIGetDriverDeviceList(_ driver: MIDIDriverRef) -> MIDIDeviceListRefParameters
- 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(_:).