#include <PartialUtils.h>

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