#include <SegmentSMSTimeStretchConfig.hxx>
Definition at line 30 of file SegmentSMSTimeStretchConfig.hxx.
Public Member Functions | |
DYNAMIC_TYPE_USING_INTERFACE (SegmentSMSTimeStretchConfig, 7, ProcessingConfig) | |
DYN_ATTRIBUTE (0, public, std::string, Type) | |
Type of transformation, for the time being just a string, should become an enumeration of known transformation types?? | |
DYN_ATTRIBUTE (1, public, TData, Amount) | |
Single Value Parameter. | |
DYN_ATTRIBUTE (2, public, BPF, BPFAmount) | |
BPF (envelope-like) Parameter. | |
DYN_ATTRIBUTE (3, public, TData, SamplingRate) | |
DYN_ATTRIBUTE (4, public, TData, HopSize) | |
DYN_ATTRIBUTE (5, public, bool, Harmonic) | |
DYN_ATTRIBUTE (6, public, bool, UseBPF) | |
Protected Member Functions | |
void | DefaultInit () |
The concrete dynamic type constructor calls DefaultInit(). | |
void | DefaultValues () |
CLAM::SegmentSMSTimeStretchConfig::DYNAMIC_TYPE_USING_INTERFACE | ( | SegmentSMSTimeStretchConfig | , | |
7 | , | |||
ProcessingConfig | ||||
) |
CLAM::SegmentSMSTimeStretchConfig::DYN_ATTRIBUTE | ( | 0 | , | |
public | , | |||
std::string | , | |||
Type | ||||
) |
Type of transformation, for the time being just a string, should become an enumeration of known transformation types??
CLAM::SegmentSMSTimeStretchConfig::DYN_ATTRIBUTE | ( | 1 | , | |
public | , | |||
TData | , | |||
Amount | ||||
) |
Single Value Parameter.
CLAM::SegmentSMSTimeStretchConfig::DYN_ATTRIBUTE | ( | 2 | , | |
public | , | |||
BPF | , | |||
BPFAmount | ||||
) |
BPF (envelope-like) Parameter.
CLAM::SegmentSMSTimeStretchConfig::DYN_ATTRIBUTE | ( | 3 | , | |
public | , | |||
TData | , | |||
SamplingRate | ||||
) |
CLAM::SegmentSMSTimeStretchConfig::DYN_ATTRIBUTE | ( | 4 | , | |
public | , | |||
TData | , | |||
HopSize | ||||
) |
CLAM::SegmentSMSTimeStretchConfig::DYN_ATTRIBUTE | ( | 5 | , | |
public | , | |||
bool | , | |||
Harmonic | ||||
) |
CLAM::SegmentSMSTimeStretchConfig::DYN_ATTRIBUTE | ( | 6 | , | |
public | , | |||
bool | , | |||
UseBPF | ||||
) |
void CLAM::SegmentSMSTimeStretchConfig::DefaultInit | ( | void | ) | [protected] |
The concrete dynamic type constructor calls DefaultInit().
This allows user to initialize his/her object. But we define DefaultInit() here because we don't want to force writting one DefaultInit() function for each concrete dynamic type. If a dynamic type concrete class defines some (not-default) constructors, this should also call the DefaultInit().
Reimplemented from CLAM::DynamicType.
Definition at line 26 of file SegmentSMSTimeStretchConfig.cxx.
References DefaultValues(), and CLAM::DynamicType::UpdateData().
void CLAM::SegmentSMSTimeStretchConfig::DefaultValues | ( | ) | [protected] |