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

Public Member Functions | |
| AmplitudeScaler (double x) | |
| Construct a new AmplitudeScaler from a constant scale factor. | |
| AmplitudeScaler (const Envelope &e) | |
| Construct a new AmplitudeScaler from an Envelope representing a time-varying scale factor. | |
| void | operator() (Partial &p) const |
| Function call operator: apply a scale factor to the specified Partial. | |
1.3.4