
Home Information Classes Download Usage Mail List Requirements Links Tutorial
#include <FMVoices.h>
Inheritance diagram for FMVoices::

Public Methods | |
| FMVoices () | |
| Class constructor. | |
| ~FMVoices () | |
| Class destructor. | |
| virtual void | setFrequency (MY_FLOAT frequency) |
| Set instrument parameters for a particular frequency. | |
| void | noteOn (MY_FLOAT frequency, MY_FLOAT amplitude) |
| Start a note with the given frequency and amplitude. | |
| MY_FLOAT | tick () |
| Compute one output sample. | |
| virtual void | controlChange (int number, MY_FLOAT value) |
| Perform the control change specified by number and value (0.0 - 128.0). | |
This class implements 3 carriers and a common modulator, also referred to as algorithm 6 of the TX81Z.
Algorithm 6 is :
/->1 -\
4-|-->2 - +-> Out
\->3 -/Control Change Numbers:
by Perry R. Cook and Gary P. Scavone, 1995 - 2002.
| The Synthesis ToolKit in C++ (STK) |
| ©1995-2002 Perry R. Cook and Gary P. Scavone. All Rights Reserved. |