Uses of Class
org.robovm.apple.coremidi.MIDIDevice
| Package | Description |
|---|---|
| org.robovm.apple.coremidi |
-
Uses of MIDIDevice in org.robovm.apple.coremidi
Methods in org.robovm.apple.coremidi that return MIDIDevice Modifier and Type Method Description static MIDIDeviceMIDIDevice. create(MIDIDriver owner, String name, String manufacturer, String model)static MIDIDeviceMIDIDevice. createExternal(String name, String manufacturer, String model)static MIDIDeviceMIDI. getDevice(long deviceIndex0)MIDIDeviceMIDIDeviceList. getDevice(long index0)MIDIDeviceMIDIEntity. getDevice()MIDIDeviceMIDIIOErrorNotification. getDriverDevice()static MIDIDeviceMIDI. getExternalDevice(long deviceIndex0)Methods in org.robovm.apple.coremidi with parameters of type MIDIDevice Modifier and Type Method Description static MIDIErrorMIDI. addDevice(MIDIDevice device)MIDIErrorMIDIDeviceList. addDevice(MIDIDevice dev)static MIDIErrorMIDI. addExternalDevice(MIDIDevice device)static MIDIErrorMIDI. removeDevice(MIDIDevice device)static MIDIErrorMIDI. removeExternalDevice(MIDIDevice device)MIDIIOErrorNotificationMIDIIOErrorNotification. setDriverDevice(MIDIDevice driverDevice)Constructors in org.robovm.apple.coremidi with parameters of type MIDIDevice Constructor Description MIDIIOErrorNotification(MIDINotificationMessageID messageID, int messageSize, MIDIDevice driverDevice, OSStatus errorCode)