Difference between revisions of "Connect-150 OSC Output"
Line 1: | Line 1: | ||
− | Connect can output the digitizer messages as OSC (Open Sound Control) messages. | + | Connect can output the digitizer messages as OSC (Open Sound Control) messages. The [[https://en.wikipedia.org/wiki/Open_Sound_Control | 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- | + | 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 [[Connect-150_Preferences |Preferences]] section for details. | 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:57, 12 January 2018
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.