iso::synth::AddUnit Class Reference

adds value to signal data More...

#include <iso_synth_add_unit.h>

Inherits iso::synth::BinaryOpUnit.

Inheritance diagram for iso::synth::AddUnit:

Inheritance graph
[legend]
Collaboration diagram for iso::synth::AddUnit:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 AddUnit ()
 default constructor
 AddUnit (const String &pName)
 name constructor
 AddUnit (unsigned int pChannelCount)
 parameter based constructor
 AddUnit (const String &pName, unsigned int pChannelCount)
 parameter based constructor
 AddUnit (unsigned int pFrameCount, unsigned int pChannelCount, unsigned int pRate, FanInType pFanInType=FANIN_ADD) throw (SynthException)
 parameter based constructor
 AddUnit (const String &pName, unsigned int pFrameCount, unsigned int pChannelCount, unsigned int pRate, FanInType pFanInType=FANIN_ADD) throw (SynthException)
 name and parameter based constructor
 AddUnit (const Unit &pUnit)
 copy constructor
 AddUnit (const String &pName, const Unit &pUnit)
 name & copy constructor
 AddUnit (const data::Values &pValues) throw (SynthException)
 values based constructor
 ~AddUnit ()
 destructor
virtual void process (Buffer *pBuffer) throw (SynthException)
 processes buffer
virtual String info (bool pPropagate=false, bool pShowPorts=true) const
 obtain textual unit information

Static Public Attributes

static const String sClassName
 default name

Static Protected Attributes

static unsigned int sUnitCount
 total number of multiply units created so far

Friends

std::ostream & operator<< (std::ostream &pOstream, const AddUnit &pUnit)
 print unit information

Detailed Description

adds value to signal data

to signal data

Created by Daniel Bisig on 7/1/06. Copyright 2006 Daniel Bisig All rights reserved.


Constructor & Destructor Documentation

AddUnit::AddUnit (  ) 

default constructor

AddUnit::AddUnit ( const String pName  ) 

name constructor

Parameters:
pName unit name

AddUnit::AddUnit ( unsigned int  pChannelCount  ) 

parameter based constructor

Parameters:
pChannelCount number of channels

AddUnit::AddUnit ( const String pName,
unsigned int  pChannelCount 
)

parameter based constructor

Parameters:
pName unit name
pChannelCount number of channels

AddUnit::AddUnit ( unsigned int  pFrameCount,
unsigned int  pChannelCount,
unsigned int  pRate,
FanInType  pFanInType = FANIN_ADD 
) throw (SynthException)

parameter based constructor

Parameters:
pFrameCount number of frames
pChannelCount number of channels
pRate samping rate
pFanInType strategy for combining audio buffers in case this unit is connected to several units

AddUnit::AddUnit ( const String pName,
unsigned int  pFrameCount,
unsigned int  pChannelCount,
unsigned int  pRate,
FanInType  pFanInType = FANIN_ADD 
) throw (SynthException)

name and parameter based constructor

Parameters:
pName unit name
pFrameCount number of frames
pChannelCount number of channels
pRate samping rate
pFanInType strategy for combining audio buffers in case this unit is connected to several units

AddUnit::AddUnit ( const Unit pUnit  ) 

copy constructor

Parameters:
pUnit unit to copy properties from
constructor copies frameCount, channelCount and rate but not unit name

AddUnit::AddUnit ( const String pName,
const Unit pUnit 
)

name & copy constructor

Parameters:
pName unit name
pUnit unit to copy properties from
constructor copies frameCount, channelCount and rate but not unit name

AddUnit::AddUnit ( const data::Values &  pValues  )  throw (SynthException)

values based constructor

Parameters:
pValues unit values
Exceptions:
SynthException failed to create unit
pValues structure & data types: 0: const String& : unit name 1: unsigned int : number of frames 2: unsigned int : number of channels 3: unsigned int : samping rate

AddUnit::~AddUnit (  ) 

destructor


Member Function Documentation

void AddUnit::process ( Buffer pBuffer  )  throw (SynthException) [virtual]

processes buffer

Parameters:
pBuffer buffer to process

Implements iso::synth::BinaryOpUnit.

String AddUnit::info ( bool  pPropagate = false,
bool  pShowPorts = true 
) const [virtual]

obtain textual unit information

Parameters:
pPropagate if true, the unit calls the info methods of its input ports
pShowPorts print port information
Returns:
String containing unit information

Reimplemented from iso::synth::ProcessUnit.


Friends And Related Function Documentation

std::ostream& operator<< ( std::ostream &  pOstream,
const AddUnit pUnit 
) [friend]

print unit information


Member Data Documentation

const String AddUnit::sClassName [static]

default name

Reimplemented from iso::synth::BinaryOpUnit.

unsigned int AddUnit::sUnitCount [static, protected]

total number of multiply units created so far

Reimplemented from iso::synth::ProcessUnit.


The documentation for this class was generated from the following files:
Generated on Fri Feb 25 14:18:45 2011 for synth by  doxygen 1.5.1