CLAM-Development
1.1
|
#include <EnvelopeGenerator.hxx>
Public Member Functions | |
DYNAMIC_TYPE_USING_INTERFACE (EnvelopeGeneratorConfig, 4, ProcessingConfig) | |
DYN_ATTRIBUTE (0, public, TData, Duration) | |
DYN_ATTRIBUTE (1, public, TData, SampleRate) | |
DYN_ATTRIBUTE (2, public, bool, FrameEnvelopes) | |
DYN_ATTRIBUTE (3, public, int, FrameSize) | |
Protected Member Functions | |
void | DefaultInit (void) |
The concrete dynamic type constructor calls DefaultInit(). |
Definition at line 36 of file EnvelopeGenerator.hxx.
void CLAM::EnvelopeGeneratorConfig::DefaultInit | ( | void | ) | [inline, 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 46 of file EnvelopeGenerator.hxx.
References CLAM::DynamicType::UpdateData().
CLAM::EnvelopeGeneratorConfig::DYN_ATTRIBUTE | ( | 0 | , |
public | , | ||
TData | , | ||
Duration | |||
) |
CLAM::EnvelopeGeneratorConfig::DYN_ATTRIBUTE | ( | 1 | , |
public | , | ||
TData | , | ||
SampleRate | |||
) |
CLAM::EnvelopeGeneratorConfig::DYN_ATTRIBUTE | ( | 2 | , |
public | , | ||
bool | , | ||
FrameEnvelopes | |||
) |
CLAM::EnvelopeGeneratorConfig::DYN_ATTRIBUTE | ( | 3 | , |
public | , | ||
int | , | ||
FrameSize | |||
) |
CLAM::EnvelopeGeneratorConfig::DYNAMIC_TYPE_USING_INTERFACE | ( | EnvelopeGeneratorConfig | , |
4 | , | ||
ProcessingConfig | |||
) |