com.sun.media.sound
Class SF2Modulator
java.lang.Object
com.sun.media.sound.SF2Modulator
public class SF2Modulator
- extends java.lang.Object
Soundfont modulator container.
- Author:
- Karl Helgason
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SOURCE_NONE
public static final int SOURCE_NONE
- See Also:
- Constant Field Values
SOURCE_NOTE_ON_VELOCITY
public static final int SOURCE_NOTE_ON_VELOCITY
- See Also:
- Constant Field Values
SOURCE_NOTE_ON_KEYNUMBER
public static final int SOURCE_NOTE_ON_KEYNUMBER
- See Also:
- Constant Field Values
SOURCE_POLY_PRESSURE
public static final int SOURCE_POLY_PRESSURE
- See Also:
- Constant Field Values
SOURCE_CHANNEL_PRESSURE
public static final int SOURCE_CHANNEL_PRESSURE
- See Also:
- Constant Field Values
SOURCE_PITCH_WHEEL
public static final int SOURCE_PITCH_WHEEL
- See Also:
- Constant Field Values
SOURCE_PITCH_SENSITIVITY
public static final int SOURCE_PITCH_SENSITIVITY
- See Also:
- Constant Field Values
SOURCE_MIDI_CONTROL
public static final int SOURCE_MIDI_CONTROL
- See Also:
- Constant Field Values
SOURCE_DIRECTION_MIN_MAX
public static final int SOURCE_DIRECTION_MIN_MAX
- See Also:
- Constant Field Values
SOURCE_DIRECTION_MAX_MIN
public static final int SOURCE_DIRECTION_MAX_MIN
- See Also:
- Constant Field Values
SOURCE_POLARITY_UNIPOLAR
public static final int SOURCE_POLARITY_UNIPOLAR
- See Also:
- Constant Field Values
SOURCE_POLARITY_BIPOLAR
public static final int SOURCE_POLARITY_BIPOLAR
- See Also:
- Constant Field Values
SOURCE_TYPE_LINEAR
public static final int SOURCE_TYPE_LINEAR
- See Also:
- Constant Field Values
SOURCE_TYPE_CONCAVE
public static final int SOURCE_TYPE_CONCAVE
- See Also:
- Constant Field Values
SOURCE_TYPE_CONVEX
public static final int SOURCE_TYPE_CONVEX
- See Also:
- Constant Field Values
SOURCE_TYPE_SWITCH
public static final int SOURCE_TYPE_SWITCH
- See Also:
- Constant Field Values
TRANSFORM_LINEAR
public static final int TRANSFORM_LINEAR
- See Also:
- Constant Field Values
TRANSFORM_ABSOLUTE
public static final int TRANSFORM_ABSOLUTE
- See Also:
- Constant Field Values
sourceOperator
protected int sourceOperator
destinationOperator
protected int destinationOperator
amount
protected short amount
amountSourceOperator
protected int amountSourceOperator
transportOperator
protected int transportOperator
SF2Modulator
public SF2Modulator()
getAmount
public short getAmount()
setAmount
public void setAmount(short amount)
getAmountSourceOperator
public int getAmountSourceOperator()
setAmountSourceOperator
public void setAmountSourceOperator(int amountSourceOperator)
getTransportOperator
public int getTransportOperator()
setTransportOperator
public void setTransportOperator(int transportOperator)
getDestinationOperator
public int getDestinationOperator()
setDestinationOperator
public void setDestinationOperator(int destinationOperator)
getSourceOperator
public int getSourceOperator()
setSourceOperator
public void setSourceOperator(int sourceOperator)