#include <SDIFInConfig.hxx>
Definition at line 30 of file SDIFInConfig.hxx.
Public Member Functions | |
DYNAMIC_TYPE_USING_INTERFACE (SDIFInConfig, 9, ProcessingConfig) | |
DYN_ATTRIBUTE (0, public, double, SpectralRange) | |
DYN_ATTRIBUTE (1, public, TIndex, MaxNumPeaks) | |
DYN_ATTRIBUTE (2, public, bool, EnableResidual) | |
DYN_ATTRIBUTE (3, public, bool, EnablePeakArray) | |
DYN_ATTRIBUTE (4, public, bool, EnableFundFreq) | |
DYN_ATTRIBUTE (5, public, InSDIFFilename, FileName) | |
DYN_ATTRIBUTE (6, public, bool, RelativePeakIndices) | |
If true, indices are treated as relative to previous frame (useful for some synthesis engines like SALTO). | |
DYN_ATTRIBUTE (7, public, int, NumberOfFramesToPreload) | |
DYN_ATTRIBUTE (8, public, int, NumberOfFramesToLoad) | |
void | DefaultInit () |
The concrete dynamic type constructor calls DefaultInit(). |
CLAM::SDIFInConfig::DYNAMIC_TYPE_USING_INTERFACE | ( | SDIFInConfig | , | |
9 | , | |||
ProcessingConfig | ||||
) |
CLAM::SDIFInConfig::DYN_ATTRIBUTE | ( | 0 | , | |
public | , | |||
double | , | |||
SpectralRange | ||||
) |
CLAM::SDIFInConfig::DYN_ATTRIBUTE | ( | 1 | , | |
public | , | |||
TIndex | , | |||
MaxNumPeaks | ||||
) |
CLAM::SDIFInConfig::DYN_ATTRIBUTE | ( | 2 | , | |
public | , | |||
bool | , | |||
EnableResidual | ||||
) |
CLAM::SDIFInConfig::DYN_ATTRIBUTE | ( | 3 | , | |
public | , | |||
bool | , | |||
EnablePeakArray | ||||
) |
CLAM::SDIFInConfig::DYN_ATTRIBUTE | ( | 4 | , | |
public | , | |||
bool | , | |||
EnableFundFreq | ||||
) |
CLAM::SDIFInConfig::DYN_ATTRIBUTE | ( | 5 | , | |
public | , | |||
InSDIFFilename | , | |||
FileName | ||||
) |
CLAM::SDIFInConfig::DYN_ATTRIBUTE | ( | 6 | , | |
public | , | |||
bool | , | |||
RelativePeakIndices | ||||
) |
If true, indices are treated as relative to previous frame (useful for some synthesis engines like SALTO).
Else index found in SDIF is loaded as is.
CLAM::SDIFInConfig::DYN_ATTRIBUTE | ( | 7 | , | |
public | , | |||
int | , | |||
NumberOfFramesToPreload | ||||
) |
CLAM::SDIFInConfig::DYN_ATTRIBUTE | ( | 8 | , | |
public | , | |||
int | , | |||
NumberOfFramesToLoad | ||||
) |
void CLAM::SDIFInConfig::DefaultInit | ( | void | ) |
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 6 of file SDIFInConfig.cxx.
References CLAM::DynamicType::UpdateData().