Contents

MIDIDeviceListAddDevice(_:_:)

Adds the specified device to the device list.

Declaration

func MIDIDeviceListAddDevice(_ devList: MIDIDeviceListRef, _ dev: MIDIDeviceRef) -> OSStatus

Parameters

  • devList:

    The device list.

  • dev:

    The device to add to the list.

Return Value

An OSStatus result code.

See Also

Managing Device Lists