SenseWorld


This quark provides some classes to deal with sensor data on a higher level. It assumes you capture the data with one of the available low level methods (GeneralHID, WiiMote, SerialPort), and allows you to perform certain actions upon the data, such as statistical analysis, dynamic scaling, trigger thresholds.


Available classes


SensorData : provides mean, standard deviation, fluctuation, integrals, peak information

SensorControl: provides an interface to perform different actions, depending on crossing a threshold

SensorLog: Class to log and playback sensor data. Requires the Logger and ListTrig2 UGen from sc3-plugins.

SensorSonificator: Class to sonify sensor data.

DynamicScaleData : dynamically adapts the scaling according to fluctuation of one SensorData stream

DynamicScaleSystem : dynamically adapts the scaling of a set of SensorData streams, based on the largest fluctuation in one of them.

ParameterSpace: a 2D space where you can assign a set of parameters to a point and interpolate between them through the space.

StatUGens: UGens to perform statistical operations on the server.


(Further Documentation is pending)

(c) 2008, nescivi