CLAM::SegmentSMSTimeStretchConfig Class Reference

#include <SegmentSMSTimeStretchConfig.hxx>

Inheritance diagram for CLAM::SegmentSMSTimeStretchConfig:

CLAM::ProcessingConfig CLAM::DynamicType CLAM::Component

List of all members.


Detailed Description

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

Member Function Documentation

CLAM::SegmentSMSTimeStretchConfig::DYNAMIC_TYPE_USING_INTERFACE ( SegmentSMSTimeStretchConfig  ,
,
ProcessingConfig   
)

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   
)

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

See also:
CopyInit()

Reimplemented from CLAM::DynamicType.

Definition at line 26 of file SegmentSMSTimeStretchConfig.cxx.

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

void CLAM::SegmentSMSTimeStretchConfig::DefaultValues (  )  [protected]

Definition at line 33 of file SegmentSMSTimeStretchConfig.cxx.

Referenced by DefaultInit().


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

Generated on Tue Aug 12 22:33:49 2008 for CLAM by  doxygen 1.5.5