CLAM::EnvelopeModulator Class Reference

#include <EnvelopeModulator.hxx>

Inheritance diagram for CLAM::EnvelopeModulator:

CLAM::Processing

List of all members.


Detailed Description

Definition at line 47 of file EnvelopeModulator.hxx.


Public Member Functions

 EnvelopeModulator (const EnvModulatorConfig &c=EnvModulatorConfig())
const char * GetClassName () const
 Override it in every subclass and retur the name of that class.
const ProcessingConfigGetConfig () const
 Configuration getter.
void Attach (Envelope &env, Audio &inp, Audio &out)
bool Do (void)
 Supervised mode execution method (using ports).
bool Do (const Envelope &env, const Audio &inp, Audio &out)

Public Attributes

InPort< EnvelopeInputEnvelope
InPort< AudioInputAudio
OutPort< AudioOutput

Constructor & Destructor Documentation

CLAM::EnvelopeModulator::EnvelopeModulator ( const EnvModulatorConfig c = EnvModulatorConfig()  ) 

Definition at line 38 of file EnvelopeModulator.cxx.

References CLAM::Processing::Configure().


Member Function Documentation

const char* CLAM::EnvelopeModulator::GetClassName (  )  const [inline, virtual]

Override it in every subclass and retur the name of that class.

Implements CLAM::Processing.

Definition at line 67 of file EnvelopeModulator.hxx.

const ProcessingConfig& CLAM::EnvelopeModulator::GetConfig (  )  const [inline, virtual]

Configuration getter.

Gets the configuration parameters used to create the object.

Returns:
Const reference to the configuration object. The usual way to perform a configuration change in the processing object is to take a copy of this reference, to change it and to send it with the Configure method. If not overriden, it returns a NullProcessingConfig.

Reimplemented from CLAM::Processing.

Definition at line 69 of file EnvelopeModulator.hxx.

void CLAM::EnvelopeModulator::Attach ( Envelope env,
Audio inp,
Audio out 
)

bool CLAM::EnvelopeModulator::Do ( void   )  [virtual]

Supervised mode execution method (using ports).

Returns:
A boolean telling whether it has been output

Implements CLAM::Processing.

Definition at line 68 of file EnvelopeModulator.cxx.

References InputAudio, InputEnvelope, and Output.

bool CLAM::EnvelopeModulator::Do ( const Envelope env,
const Audio inp,
Audio out 
)


Member Data Documentation

Definition at line 51 of file EnvelopeModulator.hxx.

Referenced by Do().

Definition at line 52 of file EnvelopeModulator.hxx.

Referenced by Do().

Definition at line 53 of file EnvelopeModulator.hxx.

Referenced by Do().


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