#include <SMSTimeStretchConfig.hxx>

Definition at line 30 of file SMSTimeStretchConfig.hxx.
Public Member Functions | |
| DYNAMIC_TYPE_USING_INTERFACE (SMSTimeStretchConfig, 4, ProcessingConfig) | |
| DYN_ATTRIBUTE (0, public, TData, Amount) | |
| Single Value Parameter. | |
| DYN_ATTRIBUTE (1, public, TData, HopSize) | |
| DYN_ATTRIBUTE (2, public, bool, Harmonic) | |
| DYN_ATTRIBUTE (3, public, TData, SamplingRate) | |
Protected Member Functions | |
| void | DefaultInit () |
| Type of transformation, for the time being just a string, should become an enumeration of known transformation types?? | |
| void | DefaultValues () |
| CLAM::SMSTimeStretchConfig::DYNAMIC_TYPE_USING_INTERFACE | ( | SMSTimeStretchConfig | , | |
| 4 | , | |||
| ProcessingConfig | ||||
| ) |
| CLAM::SMSTimeStretchConfig::DYN_ATTRIBUTE | ( | 0 | , | |
| public | , | |||
| TData | , | |||
| Amount | ||||
| ) |
Single Value Parameter.
| CLAM::SMSTimeStretchConfig::DYN_ATTRIBUTE | ( | 1 | , | |
| public | , | |||
| TData | , | |||
| HopSize | ||||
| ) |
| CLAM::SMSTimeStretchConfig::DYN_ATTRIBUTE | ( | 2 | , | |
| public | , | |||
| bool | , | |||
| Harmonic | ||||
| ) |
| CLAM::SMSTimeStretchConfig::DYN_ATTRIBUTE | ( | 3 | , | |
| public | , | |||
| TData | , | |||
| SamplingRate | ||||
| ) |
| void CLAM::SMSTimeStretchConfig::DefaultInit | ( | void | ) | [protected] |
Type of transformation, for the time being just a string, should become an enumeration of known transformation types??
BPF (envelope-like) Parameter
Reimplemented from CLAM::DynamicType.
Definition at line 26 of file SMSTimeStretchConfig.cxx.
References DefaultValues(), and CLAM::DynamicType::UpdateData().
| void CLAM::SMSTimeStretchConfig::DefaultValues | ( | ) | [protected] |
1.5.5