Connect-150 OSC Output

From I-CubeX Wiki
Revision as of 15:57, 12 January 2018 by Admin (talk | contribs)
Jump to: navigation, search

Connect can output the digitizer messages as OSC (Open Sound Control) messages. The | OSC protocol is widely used by a variety of software applications.

OSC output conforms to the format /<digitizer_name>/<input_name> (<sensor_value>), eg. "/USB-microDig_0208/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 example it's an Orient3D outputting Heading, Pitch and Roll).

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