Property | Type | Description | |
---|---|---|---|
nullEnvelope | NullEnvelope |
Property | Type | Description | |
---|---|---|---|
_length | int | ||
_normalize | bool | ||
_normalizeValue | float |
Method | Description | |
---|---|---|
GATEnvelope ( int length, int fadeInSamples, int fadeOutSamples, int offset, bool doNormalize = true, float normalizeValue = .3f ) : System.Collections |
Note that by default, doNormalize is true and sample chunks will be normalized at .3f.
|
|
ProcessSample ( |
Immediately applies all processing properties to the passed GATData object.
|
|
SetParams ( int length, int fadeIn, int fadeOut ) : void |
Sets the most commononly used parameters in one call.
|
Method | Description | |
---|---|---|
GATEnvelope ( ) : System.Collections |
public GATEnvelope ( int length, int fadeInSamples, int fadeOutSamples, int offset, bool doNormalize = true, float normalizeValue = .3f ) : System.Collections | ||
length | int | |
fadeInSamples | int | |
fadeOutSamples | int | |
offset | int | |
doNormalize | bool | |
normalizeValue | float | |
return | System.Collections |
public ProcessSample ( |
||
sample | ||
return | void |
public SetParams ( int length, int fadeIn, int fadeOut ) : void | ||
length | int | |
fadeIn | int | |
fadeOut | int | |
return | void |