RhythmPatchCross Class Reference

Inherits iso::synth::Patch.

Inheritance diagram for RhythmPatchCross:

Inheritance graph
[legend]
Collaboration diagram for RhythmPatchCross:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 RhythmPatchCross ()
 RhythmPatchCross (const String &pPatchName)
 ~RhythmPatchCross ()

Static Public Attributes

static const String sClassName

Protected Member Functions

void construct () throw (SynthException)
 function to create patch
Exceptions:
SynthException failed to create patch

void notify (const com::Message &pMessage)
 message notification
void updateQueues ()
void setOscilCount (int pOscilCount)
void removeOscil (int pOscilId)
void createOscil (int pOscilId)
void setOscilAmp (int pOscilId, float pAmp)

Private Attributes

ProcessUnitmOutput
int mOscilCount
QVector< int > mOscilDeleteQueue
QVector< int > mOscilCreateQueue
QVector< int > mOscilQueue

Constructor & Destructor Documentation

RhythmPatchCross::RhythmPatchCross (  ) 

RhythmPatchCross::RhythmPatchCross ( const String &  pPatchName  ) 

RhythmPatchCross::~RhythmPatchCross (  ) 


Member Function Documentation

void RhythmPatchCross::construct (  )  throw (SynthException) [protected, virtual]

function to create patch

Exceptions:
SynthException failed to create patch

Implements iso::synth::Patch.

void RhythmPatchCross::notify ( const com::Message &  pMessage  )  [protected]

message notification

Parameters:
pMessage message

Reimplemented from iso::synth::Patch.

void RhythmPatchCross::updateQueues (  )  [protected]

void RhythmPatchCross::setOscilCount ( int  pOscilCount  )  [protected]

void RhythmPatchCross::removeOscil ( int  pOscilId  )  [protected]

void RhythmPatchCross::createOscil ( int  pOscilId  )  [protected]

void RhythmPatchCross::setOscilAmp ( int  pOscilId,
float  pAmp 
) [protected]


Member Data Documentation

const String RhythmPatchCross::sClassName [static]

ProcessUnit* RhythmPatchCross::mOutput [private]

int RhythmPatchCross::mOscilCount [private]

QVector< int > RhythmPatchCross::mOscilDeleteQueue [private]

QVector< int > RhythmPatchCross::mOscilCreateQueue [private]

QVector< int > RhythmPatchCross::mOscilQueue [private]


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