#include <PartialUtils.h>
Public Member Functions | |
| FrequencyScaler (double x) | |
| Construct a new FrequencyScaler from a constant scale factor. | |
| FrequencyScaler (const Envelope &e) | |
| a time-varying scale factor. | |
| void | operator() (Partial &p) const |
Scale the frequency of the specified Partial according to an envelope representing a time-varying bandwidth scale value.
| Loris::PartialUtils::FrequencyScaler::FrequencyScaler | ( | const Envelope & | e | ) | [inline] |
a time-varying scale factor.
Construct a new FrequencyScaler from an Envelope representing
| void Loris::PartialUtils::FrequencyScaler::operator() | ( | Partial & | p | ) | const [virtual] |
Function call operator: apply a scale factor to the specified Partial.
Implements Loris::PartialUtils::PartialMutator.
1.6.2