Uses of Class
org.robovm.apple.coremidi.MIDITransformControlType
| Package | Description |
|---|---|
| org.robovm.apple.coremidi |
-
Uses of MIDITransformControlType in org.robovm.apple.coremidi
Methods in org.robovm.apple.coremidi that return MIDITransformControlType Modifier and Type Method Description MIDITransformControlTypeMIDIControlTransform. getControlType()MIDITransformControlTypeMIDIControlTransform. getRemappedControlType()static MIDITransformControlTypeMIDITransformControlType. valueOf(long n)Returns the enum constant of this type with the specified name.static MIDITransformControlTypeMIDITransformControlType. valueOf(String name)Returns the enum constant of this type with the specified name.static MIDITransformControlType[]MIDITransformControlType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.robovm.apple.coremidi with parameters of type MIDITransformControlType Modifier and Type Method Description MIDIControlTransformMIDIControlTransform. setControlType(MIDITransformControlType controlType)MIDIControlTransformMIDIControlTransform. setRemappedControlType(MIDITransformControlType remappedControlType)Constructors in org.robovm.apple.coremidi with parameters of type MIDITransformControlType Constructor Description MIDIControlTransform(MIDITransformControlType controlType, MIDITransformControlType remappedControlType, short controlNumber, MIDITransformType transform, short param)