#include <SMSTimeStretchConfig.hxx>
Public Member Functions | |
SMSTimeStretchConfig () | |
SMSTimeStretchConfig (const SMSTimeStretchConfig &prototype, const bool shareData=false, const bool deep=true) | |
__COMMON_DYNAMIC_TYPE (SMSTimeStretchConfig, 4) | |
__COMMON_DYN_ATTRIBUTE (0, public, TData, Amount) protected | |
Single Value Parameter. | |
bool | LoadAmount (CLAM::Storage &s) |
__COMMON_DYN_ATTRIBUTE (1, public, TData, HopSize) protected | |
bool | LoadHopSize (CLAM::Storage &s) |
__COMMON_DYN_ATTRIBUTE (2, public, bool, Harmonic) protected | |
bool | LoadHarmonic (CLAM::Storage &s) |
__COMMON_DYN_ATTRIBUTE (3, public, TData, SamplingRate) protected | |
bool | LoadSamplingRate (CLAM::Storage &s) |
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 () |
Definition at line 30 of file SMSTimeStretchConfig.hxx.
CLAM::SMSTimeStretchConfig::SMSTimeStretchConfig | ( | ) | [inline] |
Definition at line 33 of file SMSTimeStretchConfig.hxx.
CLAM::SMSTimeStretchConfig::SMSTimeStretchConfig | ( | const SMSTimeStretchConfig & | prototype, | |
const bool | shareData = false , |
|||
const bool | deep = true | |||
) | [inline] |
Definition at line 33 of file SMSTimeStretchConfig.hxx.
CLAM::SMSTimeStretchConfig::__COMMON_DYN_ATTRIBUTE | ( | 3 | , | |
public | , | |||
TData | , | |||
SamplingRate | ||||
) | [inline] |
Definition at line 38 of file SMSTimeStretchConfig.hxx.
CLAM::SMSTimeStretchConfig::__COMMON_DYN_ATTRIBUTE | ( | 2 | , | |
public | , | |||
bool | , | |||
Harmonic | ||||
) | [inline] |
Definition at line 37 of file SMSTimeStretchConfig.hxx.
CLAM::SMSTimeStretchConfig::__COMMON_DYN_ATTRIBUTE | ( | 1 | , | |
public | , | |||
TData | , | |||
HopSize | ||||
) | [inline] |
Definition at line 36 of file SMSTimeStretchConfig.hxx.
CLAM::SMSTimeStretchConfig::__COMMON_DYN_ATTRIBUTE | ( | 0 | , | |
public | , | |||
TData | , | |||
Amount | ||||
) | [inline] |
Single Value Parameter.
Definition at line 35 of file SMSTimeStretchConfig.hxx.
CLAM::SMSTimeStretchConfig::__COMMON_DYNAMIC_TYPE | ( | SMSTimeStretchConfig | , | |
4 | ||||
) |
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] |
Definition at line 33 of file SMSTimeStretchConfig.cxx.
Referenced by DefaultInit().
bool CLAM::SMSTimeStretchConfig::LoadAmount | ( | CLAM::Storage & | s | ) | [inline] |
Definition at line 35 of file SMSTimeStretchConfig.hxx.
bool CLAM::SMSTimeStretchConfig::LoadHarmonic | ( | CLAM::Storage & | s | ) | [inline] |
Definition at line 37 of file SMSTimeStretchConfig.hxx.
bool CLAM::SMSTimeStretchConfig::LoadHopSize | ( | CLAM::Storage & | s | ) | [inline] |
Definition at line 36 of file SMSTimeStretchConfig.hxx.
bool CLAM::SMSTimeStretchConfig::LoadSamplingRate | ( | CLAM::Storage & | s | ) | [inline] |
Definition at line 38 of file SMSTimeStretchConfig.hxx.