SensorSonificator allows you to sonify realtime sensor data that is put on a control bus. These are tools to understand the nature of the data.
Create a new SensorSonificator
input |
A bus onto which control data is put. |
outbus |
Audio output bus, if left blank a bus is created |
server |
The server on which to run the sonification. If left blank, the default server is used. |
Add a sonification.
type |
Should be one of \value (sonify the value to a frequency), \intrig (gives a small toc each time the control bus receives a new value; frequency is the time between updates), \inrange (gives a toc when the value is within a certain range). |
Start the sonification
Stop all of the sonification.
Query the group of sonifying synths.
args |
Whether or not to post the arguments of the synths (default is true). |
The group within which the sonification synths are running
a Group
The Synths that are doing the sonification.
an Array of Synths
The Server on which the sonification is running.
a Server
The input bus.
a control rate Bus
The output bus.
an audio rate bus