#include <PartialUtils.h>

Public Member Functions | |
| NoiseRatioScaler (double x) | |
| Construct a new NoiseRatioScaler from a constant scale factor. | |
| NoiseRatioScaler (const Envelope &e) | |
| void | operator() (Partial &p) const |
| Loris::PartialUtils::NoiseRatioScaler::NoiseRatioScaler | ( | const Envelope & | e | ) | [inline] |
Construct a new NoiseRatioScaler from an Envelope representing a time-varying scale factor.
| void Loris::PartialUtils::NoiseRatioScaler::operator() | ( | Partial & | p | ) | const [virtual] |
Function call operator: apply a scale factor to the specified Partial.
Implements Loris::PartialUtils::PartialMutator.
1.5.7