Package org.robovm.apple.coremidi
Class MIDI
java.lang.Object
org.robovm.apple.foundation.CocoaUtility
org.robovm.apple.coremidi.MIDI
public class MIDI extends CocoaUtility
-
Constructor Summary
Constructors Constructor Description MIDI() -
Method Summary
-
Constructor Details
-
MIDI
public MIDI()
-
-
Method Details
-
getNumberOfDevices
public static long getNumberOfDevices() -
getDevice
-
getNumberOfSources
public static long getNumberOfSources() -
getSource
-
getNumberOfDestinations
public static long getNumberOfDestinations() -
getDestination
-
getNumberOfExternalDevices
public static long getNumberOfExternalDevices() -
getExternalDevice
-
sendEventList
- Since:
- Available in iOS 14.0 and later.
-
send
Deprecated.Use MIDISendEventList -
sendSysex
-
receivedEventList
- Since:
- Available in iOS 14.0 and later.
-
flushOutput
-
restart
-
eventListInit
- Since:
- Available in iOS 14.0 and later.
-
eventListAdd
public static MIDIEventPacket eventListAdd(MIDIEventList evtlist, long listSize, MIDIEventPacket curPacket, long time, long wordCount, IntPtr words)- Since:
- Available in iOS 14.0 and later.
-
addDevice
-
removeDevice
-
addExternalDevice
-
removeExternalDevice
-