public final class MIDIControlTransform
extends org.moe.natj.c.StructObject
| Modifier | Constructor and Description |
|---|---|
|
MIDIControlTransform() |
protected |
MIDIControlTransform(org.moe.natj.general.Pointer peer) |
| Modifier and Type | Method and Description |
|---|---|
char |
controlNumber() |
byte |
controlType() |
short |
param() |
byte |
remappedControlType() |
void |
setControlNumber(char value) |
void |
setControlType(byte value) |
void |
setParam(short value) |
void |
setRemappedControlType(byte value) |
void |
setTransform(short value) |
short |
transform() |
public MIDIControlTransform()
protected MIDIControlTransform(org.moe.natj.general.Pointer peer)
public byte controlType()
public void setControlType(byte value)
public byte remappedControlType()
public void setRemappedControlType(byte value)
public char controlNumber()
public void setControlNumber(char value)
public short transform()
public void setTransform(short value)
public short param()
public void setParam(short value)