Method | Description | |
---|---|---|
EnvelopeGenerator ( ) : System |
Creates and Initializes an Envelope Generator
|
|
Gate ( bool gate ) : void |
Trigger the gate
|
|
GetOutput ( ) : float |
Get the current output level
|
|
Process ( ) : float |
Read the next volume multiplier from the envelope generator
|
|
Reset ( ) : void |
Reset to idle state
|
Method | Description | |
---|---|---|
CalcCoef ( float rate, float targetRatio ) : float | ||
SetTargetRatioA ( float targetRatio ) : void | ||
SetTargetRatioDR ( float targetRatio ) : void |
public Gate ( bool gate ) : void | ||
gate | bool | If true, enter attack phase, if false enter release phase (unless already idle) |
return | void |