Uses of Class
org.robovm.apple.coremidi.MIDITransformType
| Package | Description |
|---|---|
| org.robovm.apple.coremidi |
-
Uses of MIDITransformType in org.robovm.apple.coremidi
Methods in org.robovm.apple.coremidi that return MIDITransformType Modifier and Type Method Description MIDITransformTypeMIDIControlTransform. getTransform()MIDITransformTypeMIDITransform. getTransform()static MIDITransformTypeMIDITransformType. valueOf(long n)Returns the enum constant of this type with the specified name.static MIDITransformTypeMIDITransformType. valueOf(String name)Returns the enum constant of this type with the specified name.static MIDITransformType[]MIDITransformType. 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 MIDITransformType Modifier and Type Method Description MIDIControlTransformMIDIControlTransform. setTransform(MIDITransformType transform)MIDITransformMIDITransform. setTransform(MIDITransformType transform)Constructors in org.robovm.apple.coremidi with parameters of type MIDITransformType Constructor Description MIDIControlTransform(MIDITransformControlType controlType, MIDITransformControlType remappedControlType, short controlNumber, MIDITransformType transform, short param)MIDITransform(MIDITransformType transform, short param)