public class SF2Modulator
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected short |
amount |
protected int |
amountSourceOperator |
protected int |
destinationOperator |
static int |
SOURCE_CHANNEL_PRESSURE |
static int |
SOURCE_DIRECTION_MAX_MIN |
static int |
SOURCE_DIRECTION_MIN_MAX |
static int |
SOURCE_MIDI_CONTROL |
static int |
SOURCE_NONE |
static int |
SOURCE_NOTE_ON_KEYNUMBER |
static int |
SOURCE_NOTE_ON_VELOCITY |
static int |
SOURCE_PITCH_SENSITIVITY |
static int |
SOURCE_PITCH_WHEEL |
static int |
SOURCE_POLARITY_BIPOLAR |
static int |
SOURCE_POLARITY_UNIPOLAR |
static int |
SOURCE_POLY_PRESSURE |
static int |
SOURCE_TYPE_CONCAVE |
static int |
SOURCE_TYPE_CONVEX |
static int |
SOURCE_TYPE_LINEAR |
static int |
SOURCE_TYPE_SWITCH |
protected int |
sourceOperator |
static int |
TRANSFORM_ABSOLUTE |
static int |
TRANSFORM_LINEAR |
protected int |
transportOperator |
Constructor and Description |
---|
SF2Modulator() |
Modifier and Type | Method and Description |
---|---|
short |
getAmount() |
int |
getAmountSourceOperator() |
int |
getDestinationOperator() |
int |
getSourceOperator() |
int |
getTransportOperator() |
void |
setAmount(short amount) |
void |
setAmountSourceOperator(int amountSourceOperator) |
void |
setDestinationOperator(int destinationOperator) |
void |
setSourceOperator(int sourceOperator) |
void |
setTransportOperator(int transportOperator) |
public static final int SOURCE_NONE
public static final int SOURCE_NOTE_ON_VELOCITY
public static final int SOURCE_NOTE_ON_KEYNUMBER
public static final int SOURCE_POLY_PRESSURE
public static final int SOURCE_CHANNEL_PRESSURE
public static final int SOURCE_PITCH_WHEEL
public static final int SOURCE_PITCH_SENSITIVITY
public static final int SOURCE_MIDI_CONTROL
public static final int SOURCE_DIRECTION_MIN_MAX
public static final int SOURCE_DIRECTION_MAX_MIN
public static final int SOURCE_POLARITY_UNIPOLAR
public static final int SOURCE_POLARITY_BIPOLAR
public static final int SOURCE_TYPE_LINEAR
public static final int SOURCE_TYPE_CONCAVE
public static final int SOURCE_TYPE_CONVEX
public static final int SOURCE_TYPE_SWITCH
public static final int TRANSFORM_LINEAR
public static final int TRANSFORM_ABSOLUTE
protected int sourceOperator
protected int destinationOperator
protected short amount
protected int amountSourceOperator
protected int transportOperator
public short getAmount()
public void setAmount(short amount)
public int getAmountSourceOperator()
public void setAmountSourceOperator(int amountSourceOperator)
public int getTransportOperator()
public void setTransportOperator(int transportOperator)
public int getDestinationOperator()
public void setDestinationOperator(int destinationOperator)
public int getSourceOperator()
public void setSourceOperator(int sourceOperator)