Class Overview
Soundfont modulator container.
Summary
[Expand]
Inherited Methods |
From class
java.lang.Object
Object
|
clone()
Creates and returns a copy of this object.
|
boolean
|
equals(Object obj)
Indicates whether some other object is "equal to" this one.
|
void
|
finalize()
Called by the garbage collector on an object when garbage collection
determines that there are no more references to the object.
|
final
Class<?>
|
getClass()
Returns the runtime class of this Object .
|
int
|
hashCode()
Returns a hash code value for the object.
|
final
void
|
notify()
Wakes up a single thread that is waiting on this object's
monitor.
|
final
void
|
notifyAll()
Wakes up all threads that are waiting on this object's monitor.
|
String
|
toString()
Returns a string representation of the object.
|
final
void
|
wait()
Causes the current thread to wait until another thread invokes the
notify() method or the
notifyAll() method for this object.
|
final
void
|
wait(long timeout, int nanos)
Causes the current thread to wait until another thread invokes the
notify() method or the
notifyAll() method for this object, or
some other thread interrupts the current thread, or a certain
amount of real time has elapsed.
|
final
void
|
wait(long timeout)
Causes the current thread to wait until either another thread invokes the
notify() method or the
notifyAll() method for this object, or a
specified amount of time has elapsed.
|
|
Constants
public
static
final
int
SOURCE_CHANNEL_PRESSURE
Constant Value:
13
(0x0000000d)
public
static
final
int
SOURCE_DIRECTION_MAX_MIN
Constant Value:
256
(0x00000100)
public
static
final
int
SOURCE_DIRECTION_MIN_MAX
Constant Value:
0
(0x00000000)
public
static
final
int
SOURCE_MIDI_CONTROL
Constant Value:
128
(0x00000080)
public
static
final
int
SOURCE_NONE
Constant Value:
0
(0x00000000)
public
static
final
int
SOURCE_NOTE_ON_KEYNUMBER
Constant Value:
3
(0x00000003)
public
static
final
int
SOURCE_NOTE_ON_VELOCITY
Constant Value:
2
(0x00000002)
public
static
final
int
SOURCE_PITCH_SENSITIVITY
Constant Value:
16
(0x00000010)
public
static
final
int
SOURCE_PITCH_WHEEL
Constant Value:
14
(0x0000000e)
public
static
final
int
SOURCE_POLARITY_BIPOLAR
Constant Value:
512
(0x00000200)
public
static
final
int
SOURCE_POLARITY_UNIPOLAR
Constant Value:
0
(0x00000000)
public
static
final
int
SOURCE_POLY_PRESSURE
Constant Value:
10
(0x0000000a)
public
static
final
int
SOURCE_TYPE_CONCAVE
Constant Value:
1024
(0x00000400)
public
static
final
int
SOURCE_TYPE_CONVEX
Constant Value:
2048
(0x00000800)
public
static
final
int
SOURCE_TYPE_LINEAR
Constant Value:
0
(0x00000000)
public
static
final
int
SOURCE_TYPE_SWITCH
Constant Value:
3072
(0x00000c00)
public
static
final
int
TRANSFORM_ABSOLUTE
Constant Value:
2
(0x00000002)
public
static
final
int
TRANSFORM_LINEAR
Constant Value:
0
(0x00000000)
Fields
protected
int
amountSourceOperator
protected
int
destinationOperator
protected
int
sourceOperator
protected
int
transportOperator
Public Constructors
Public Methods
public
short
getAmount
()
public
int
getAmountSourceOperator
()
public
int
getDestinationOperator
()
public
int
getSourceOperator
()
public
int
getTransportOperator
()
public
void
setAmount
(short amount)
public
void
setAmountSourceOperator
(int amountSourceOperator)
public
void
setDestinationOperator
(int destinationOperator)
public
void
setSourceOperator
(int sourceOperator)
public
void
setTransportOperator
(int transportOperator)