#include <Synthesizer.h>
Public Member Functions | |
Parameters (void) | |
Public Attributes | |
double | fadeTime |
double | sampleRate |
Filter | filter |
Structure storing a configuration of Synthesizer parameters. Elements in this struct can be freely modified, the configuration is validated before it can be used to construct a Synthesizer.
Loris::Synthesizer::Parameters::Parameters | ( | void | ) |
Assign default initial values to the Synthesizer parameters, Filter defaults are defined in Filter.C, others in Synthesizer.C.