SustainNode Class Reference
#include <Node.h>
List of all members.
Detailed Description
A sustain node is a node that reflects its input for a prescribed amount of time.
Constructor & Destructor Documentation
SustainNode::SustainNode |
( |
int |
d = 1 |
) |
|
Sustain Node receive a signal, and continue to produce an output for a period of timeT regardless of the input state.
Member Function Documentation
bool SustainNode::evaluate |
( |
NodeList & |
nl, |
|
|
int |
t | |
|
) |
| | [virtual] |
Evaluates sustain node.
Implements Node.
virtual string SustainNode::getType |
( |
void |
|
) |
[inline, virtual] |
virtual void SustainNode::reset |
( |
void |
|
) |
[inline, virtual] |
SustainNode& SustainNode::setDuration |
( |
int |
d |
) |
[inline] |
sets duration to d and returns *this
sets source to s and returns this
Member Data Documentation
The documentation for this class was generated from the following files: