Gin
|
Mix between wet and dry with a nice curve. More...
Public Member Functions | |
WetDryMix (float mix) | |
void | setMix (float mix) |
float | mixToGain (float mix) |
Public Attributes | |
float | wetGain |
float | dryGain |
Mix between wet and dry with a nice curve.
WetDryMix::WetDryMix | ( | float | mix | ) |
void WetDryMix::setMix | ( | float | mix | ) |
References dryGain, mixToGain(), and wetGain.
float WetDryMix::mixToGain | ( | float | mix | ) |
Referenced by setMix().
float WetDryMix::wetGain |
Referenced by Modulation::process(), StereoDelay::process(), StereoDelay::processSmoothed(), and setMix().
float WetDryMix::dryGain |
Referenced by Modulation::process(), StereoDelay::process(), StereoDelay::processSmoothed(), and setMix().