public static class FloatControl.Type extends Control.Type
Modifier and Type | Field and Description |
---|---|
static FloatControl.Type |
AUX_RETURN
Auxiliary return gain.
|
static FloatControl.Type |
AUX_SEND
Auxiliary send gain.
|
static FloatControl.Type |
BALANCE
Balance.
|
static FloatControl.Type |
MASTER_GAIN
Master gain control.
|
static FloatControl.Type |
PAN
Control for panning.
|
static FloatControl.Type |
REVERB_RETURN
Post-reverb gain.
|
static FloatControl.Type |
REVERB_SEND
Pre-reverb gain.
|
static FloatControl.Type |
SAMPLE_RATE
Control the sample rate.
|
static FloatControl.Type |
VOLUME
Volume control.
|
Modifier | Constructor and Description |
---|---|
protected |
FloatControl.Type(String name)
Create a new type given its name.
|
public static final FloatControl.Type AUX_RETURN
public static final FloatControl.Type AUX_SEND
public static final FloatControl.Type BALANCE
public static final FloatControl.Type MASTER_GAIN
public static final FloatControl.Type PAN
public static final FloatControl.Type REVERB_RETURN
public static final FloatControl.Type REVERB_SEND
public static final FloatControl.Type SAMPLE_RATE
public static final FloatControl.Type VOLUME
protected FloatControl.Type(String name)
name
- the name of the type