public class SoftEnvelopeGenerator extends java.lang.Object implements SoftProcess
Modifier and Type | Field and Description |
---|---|
static int |
EG_ATTACK |
static int |
EG_DECAY |
static int |
EG_DELAY |
static int |
EG_END |
static int |
EG_HOLD |
static int |
EG_OFF |
static int |
EG_RELEASE |
static int |
EG_SHUTDOWN |
static int |
EG_SUSTAIN |
Constructor and Description |
---|
SoftEnvelopeGenerator() |
Modifier and Type | Method and Description |
---|---|
double[] |
get(int instance,
java.lang.String name) |
void |
init(SoftSynthesizer synth) |
void |
processControlLogic() |
void |
reset() |
public static final int EG_OFF
public static final int EG_DELAY
public static final int EG_ATTACK
public static final int EG_HOLD
public static final int EG_DECAY
public static final int EG_SUSTAIN
public static final int EG_RELEASE
public static final int EG_SHUTDOWN
public static final int EG_END
public void reset()
reset
in interface SoftProcess
public void init(SoftSynthesizer synth)
init
in interface SoftProcess
public double[] get(int instance, java.lang.String name)
get
in interface SoftControl
get
in interface SoftProcess
public void processControlLogic()
processControlLogic
in interface SoftProcess