CLAM-Development  1.1
Public Member Functions | Protected Member Functions
CLAM::SegmentSMSTimeStretchConfig Class Reference

#include <SegmentSMSTimeStretchConfig.hxx>

List of all members.

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 ()

Detailed Description

Definition at line 30 of file SegmentSMSTimeStretchConfig.hxx.


Member Function Documentation

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().

See also:
CopyInit()

Reimplemented from CLAM::DynamicType.

Definition at line 26 of file SegmentSMSTimeStretchConfig.cxx.

References DefaultValues(), and CLAM::DynamicType::UpdateData().

Definition at line 33 of file SegmentSMSTimeStretchConfig.cxx.

Referenced by DefaultInit().

CLAM::SegmentSMSTimeStretchConfig::DYN_ATTRIBUTE ( ,
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 ( ,
public  ,
TData  ,
Amount   
)

Single Value Parameter.

CLAM::SegmentSMSTimeStretchConfig::DYN_ATTRIBUTE ( ,
public  ,
BPF  ,
BPFAmount   
)

BPF (envelope-like) Parameter.

CLAM::SegmentSMSTimeStretchConfig::DYN_ATTRIBUTE ( ,
public  ,
TData  ,
SamplingRate   
)
CLAM::SegmentSMSTimeStretchConfig::DYN_ATTRIBUTE ( ,
public  ,
TData  ,
HopSize   
)
CLAM::SegmentSMSTimeStretchConfig::DYN_ATTRIBUTE ( ,
public  ,
bool  ,
Harmonic   
)
CLAM::SegmentSMSTimeStretchConfig::DYN_ATTRIBUTE ( ,
public  ,
bool  ,
UseBPF   
)

The documentation for this class was generated from the following files: