Property | Type | Description | |
---|---|---|---|
DecayTime | float | ||
Density | float | ||
Diffusion | float | ||
EarlyDelay | float | ||
EarlyLateMix | float | ||
HFDecayRatio | float | ||
HFReference | float | ||
HighCut | float | ||
LateDelay | float | ||
LowShelfFrequency | float | ||
LowShelfGain | float | ||
WetLevel | float |
Method | Description | |
---|---|---|
REVERB_PROPERTIES ( float decayTime, float earlyDelay, float lateDelay, float hfReference, float hfDecayRatio, float diffusion, float density, float lowShelfFrequency, float lowShelfGain, float highCut, float earlyLateMix, float wetLevel ) : System |
public REVERB_PROPERTIES ( float decayTime, float earlyDelay, float lateDelay, float hfReference, float hfDecayRatio, float diffusion, float density, float lowShelfFrequency, float lowShelfGain, float highCut, float earlyLateMix, float wetLevel ) : System | ||
decayTime | float | |
earlyDelay | float | |
lateDelay | float | |
hfReference | float | |
hfDecayRatio | float | |
diffusion | float | |
density | float | |
lowShelfFrequency | float | |
lowShelfGain | float | |
highCut | float | |
earlyLateMix | float | |
wetLevel | float | |
return | System |