Difference between revisions of "Connect-150 OSC Output"

From I-CubeX Wiki
Jump to: navigation, search
(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...")
 
Line 3: Line 3:
 
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).
 
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.
+
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 [[Connect-150_Preferences |Preferences]] section for details.

Revision as of 15:53, 12 January 2018

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. See the Preferences section for details.