#include <modulator.h>
Inheritance diagram for MODEL::Modulator:
Public Methods | |
template<integer dims, typename nelem, class NT> | Modulator (TimeFrame &T, VectorFunction< dims, nelem, NT > &v, string param) |
virtual void | tick () |
virtual number | modulate (void)=0 |
Private Attributes | |
number* | _p |
T | the TimeFrame to be added to. |
v | the VectorFunction that will supply the Parameter to be modulated. |
param | A string describing the Parameter. |
Definition at line 45 of file modulator.h.
|
to be written for each modulator Reimplemented in MODEL::LinearMod, MODEL::BlockMod, MODEL::StepMod, and MODEL::TriangleFadeMod. Referenced by tick().
|
|
called by master to make thing work, for each modulator Reimplemented from MODEL::TickTock. Definition at line 57 of file modulator.h. |
More Info? Michael Peeters. Also, check our research website: www.alna.vub.ac.be
Last update: June 2002.