Package org.robovm.apple.coremidi
Class MIDIControlTransform
- All Implemented Interfaces:
Iterable<MIDIControlTransform>
public class MIDIControlTransform extends Struct<MIDIControlTransform>
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classMIDIControlTransform.MIDIControlTransformPtrNested classes/interfaces inherited from class org.robovm.rt.bro.Struct
Struct.Marshaler -
Constructor Summary
Constructors Constructor Description MIDIControlTransform()MIDIControlTransform(MIDITransformControlType controlType, MIDITransformControlType remappedControlType, short controlNumber, MIDITransformType transform, short param) -
Method Summary
Modifier and Type Method Description shortgetControlNumber()MIDITransformControlTypegetControlType()shortgetParam()MIDITransformControlTypegetRemappedControlType()MIDITransformTypegetTransform()MIDIControlTransformsetControlNumber(short controlNumber)MIDIControlTransformsetControlType(MIDITransformControlType controlType)MIDIControlTransformsetParam(short param)MIDIControlTransformsetRemappedControlType(MIDITransformControlType remappedControlType)MIDIControlTransformsetTransform(MIDITransformType transform)Methods inherited from class org.robovm.rt.bro.Struct
_sizeOf, allocate, allocate, as, clear, clear, copy, copy, copyWithMalloc, copyWithMalloc, free, iterator, iterator, malloc, malloc, next, next, offsetOf, previous, previous, sizeOf, sizeOf, toArray, toList, toStruct, update, update, update, wrapMethods inherited from class org.robovm.rt.bro.NativeObject
equals, getHandle, hashCode, setHandle
-
Constructor Details
-
MIDIControlTransform
public MIDIControlTransform() -
MIDIControlTransform
public MIDIControlTransform(MIDITransformControlType controlType, MIDITransformControlType remappedControlType, short controlNumber, MIDITransformType transform, short param)
-
-
Method Details
-
getControlType
-
setControlType
-
getRemappedControlType
-
setRemappedControlType
-
getControlNumber
public short getControlNumber() -
setControlNumber
-
getTransform
-
setTransform
-
getParam
public short getParam() -
setParam
-