|
Allolib
1.0
C++ Components For Interactive Multimedia
|
Classes | |
| class | al::DistributedScene |
| The DistributedScene class. More... | |
| class | al::PositionedVoice |
| A PositionedVoice is a rendering class that can have a position and size. More... | |
| class | al::DynamicScene |
| The DynamicScene class. More... | |
| class | al::SynthVoice |
| The SynthVoice class. More... | |
| class | al::PolySynth |
| A PolySynth manages polyphony and rendering of SynthVoice instances. More... | |
| class | al::SequencerMIDI |
| The SequencerMIDI class connects PolySynth objects to MIDI messages. More... | |
| class | al::SynthRecorder |
| The SynthRecorder class records the events arriving at a PolySynth. More... | |
| class | al::SynthSequencerEvent |
| SynthSequencerEvent class. More... | |
| class | al::SynthSequencer |
| Event Sequencer triggering audio visual "notes". More... | |
Functions | |
| virtual int | al::SynthVoice::getTriggerParams (float *pFields, int maxParams=-1) |
| Get this instance's parameter fields. More... | |
|
virtual |
Get this instance's parameter fields.
| pFields | a pre-allocated array where the parameter fields will be written. |
| maxParams | the maximum number of parameters to process (i.e. the allocated size of pFields) |
Copy the values from the internal parameters that have been registered using registerParameterAsField or the << operator.