Uses of Class
org.robovm.apple.coremidi.MIDIObject
| Package | Description |
|---|---|
| org.robovm.apple.coremidi |
-
Uses of MIDIObject in org.robovm.apple.coremidi
Subclasses of MIDIObject in org.robovm.apple.coremidi Modifier and Type Class Description classMIDIClientclassMIDIDeviceclassMIDIDeviceListclassMIDIEndpointclassMIDIEntityclassMIDIPortclassMIDIThruConnectionMethods in org.robovm.apple.coremidi that return MIDIObject Modifier and Type Method Description static MIDIObjectMIDIObject. findObjectById(int uniqueID)MIDIObjectMIDIObjectAddRemoveNotification. getChild()MIDIObjectMIDIObjectPropertyChangeNotification. getObject()MIDIObjectMIDIObjectAddRemoveNotification. getParent()Methods in org.robovm.apple.coremidi with parameters of type MIDIObject Modifier and Type Method Description MIDIObjectAddRemoveNotificationMIDIObjectAddRemoveNotification. setChild(MIDIObject child)MIDIObjectPropertyChangeNotificationMIDIObjectPropertyChangeNotification. setObject(MIDIObject object)MIDIObjectAddRemoveNotificationMIDIObjectAddRemoveNotification. setParent(MIDIObject parent)Constructors in org.robovm.apple.coremidi with parameters of type MIDIObject Constructor Description MIDIObjectAddRemoveNotification(MIDINotificationMessageID messageID, int messageSize, MIDIObject parent, MIDIObjectType parentType, MIDIObject child, MIDIObjectType childType)MIDIObjectPropertyChangeNotification(MIDINotificationMessageID messageID, int messageSize, MIDIObject object, MIDIObjectType objectType, String propertyName)