ExtensionThis is a helper class for the SensorSonificator.
The SynthDescLib for the different sensor sonificator synthdefs.
a SynthDescLib
Create a new SensorSonificatorSynth.
| def |
The SynthDef to use (a Symbol). |
| group |
The Group in which to create the Synth. |
| inbus |
The control input bus to use. |
| outbus |
The audio output bus to use. |
Add all the sonification synthdefs to the server.
| s |
A Server - by default the default server. |
Play the SensorSonificatorSynth.
| in |
The control input bus. |
| out |
The audio output bus. |
Stop the SensorSonificatorSynth.
Set a control of the synth.
| key |
The control to set. |
| val |
The value to set it to. |
Get a current control value of the synth.
| key |
The control to get. |
| func |
The Function to perform once the value is received from the server. |
Control names of the synthdef.
The controls of the synthdef.
The inputs that the synthdef has.
The outputs the synthdef has.
The Group in which the SensorSonificatorSynth plays.
a Group
The Synth generating the sound.
a Synth
The control rate input bus
a Bus
The audio output bus
a Bus
The Synthdef used for this synth.
a SynthDef
The current argument values of the synth.
an IdentityDictionary