#include <PartialUtils.h>
Inheritance diagram for Loris::PartialUtils::PitchShifter:

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 |
| Function call operator: apply a scale factor to the specified Partial. | |
The pitch envelope is assumed to have units of cents (1/100 of a halfstep).
1.3.4