Connect-150 OSC Output

From I-CubeX Wiki
Revision as of 15:51, 12 January 2018 by Admin (talk | contribs) (Created page with "Connect can output the digitizer messages as OSC (Open Sound Control) messages. OSC output conforms to the format /<digitizer_name>/<input_name> <sensor_value>, eg. "/USB-mi...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Connect can output the digitizer messages as OSC (Open Sound Control) messages.

OSC output conforms to the format /<digitizer_name>/<input_name> <sensor_value>, eg. "/USB-microDig_0141/Input_02 76" for analog sensors, and the format /<digitizer_name>/<input_name>/<parameter_name_array> <sensor_value_array> "/USB-microDig_0208/Input_02/[H,P,R] (298.7 6 0)", if the sensor is a digital (I2C) sensor that outputs 3 values (in this it's an Orient3D).

Connect also accepts OSC messages as input. These messages are then sent to the digitizer as MIDI messages for the control of actuators.