Connect-152 Preferences

From I-CubeX Wiki
Jump to: navigation, search

The preferences menu provides a few options that apply to the overall operation and function of Connect. To start Connect automatically whenever you login to your account on your computer, add Connect as a Login Item in Users & Groups in the Systems Preferences.


Check for updates

When checked, Connect will contact the Infusion Systems website to check if there is a newer version of Connect or a newer version of the firmware for any of the devices that are in the device list. The update check is performed upon startup and then once every week while Connect stays running.


Check for USB-microDig driver on start

When checked, Connect verifies that the USB-microDig driver is installed and if not shows an alert to download the driver.


Show devices on start

When checked, Connect opens the digitizer view and shows the last viewed device upon startup of Connect.


Delete MIDI port upon disable

This is by default unchecked. It sets Connect to keep the MIDI port that's associated with a digitizer, registered in MacOS even though the digitizer may not be connected to it. This feature prevents software, like Cycling74 Max, that does not (yet) dynamically update the available MIDI ports, from malfunctioning due to failed MIDI port searches.


Enable OSC input on Port ....

This enables control of actuator outputs of a digitizer. OSC messages should be sent to localhost (127.0.0.1). The Port field can be set to any number but note that many port numbers are used by applications. Check whether using the port number could conflict with usage by other applications. The default port number 9999 set by Connect is not guaranteed to be conflict-free.

If the OSC messages match (case insensitive) the format /<digitizer_name>/<output_name> <set_value>, where digitizer_name is the name of a connected digitizer, and set_value is in {.. -128, 0 .. 127, 128 .. }, the set_value will be mapped to a SET OUTPUT message (see the firmware pages) such that the values 0 .. 127 enable pulse width modulation (if implemented) and -128 (or less) turns the output off while 128 (or more) turns it on. The latter two states can also be realized by sending a set_value of "on" or "off" (case insensitive). For example, "/USB-microDig_0123/Output_01 64" will set the actuator output to output a pulse with width that's half of the configured range, so in case of the default PWM configuration (ie. 1 ms range, from 1 to 2 ms) that would be 1.5 ms.


Connect-150 preferences.png