Allolib  1.0
C++ Components For Interactive Multimedia
Dynamic Scene

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...
 

Detailed Description

Function Documentation

◆ getTriggerParams()

virtual int al::SynthVoice::getTriggerParams ( float *  pFields,
int  maxParams = -1 
)
virtual

Get this instance's parameter fields.

Parameters
pFieldsa pre-allocated array where the parameter fields will be written.
maxParamsthe maximum number of parameters to process (i.e. the allocated size of pFields)
Returns
the number of parameters written

Copy the values from the internal parameters that have been registered using registerParameterAsField or the << operator.