osc and gobo

Helly community

I work with touchOSC and cobalt on my mac and some Beam control OSC missing. I find pan/tilt parameters, color(s), etc etc, but many Beam missing.

I can't access to the gobos wheel or prisme.

Any idea to fix my problem ?

Thank :) 

Parents
  • Cobalt v7.3.1 only supports OSC control of pan, tilt, and the specific parameters listed in the Help.

    Cobalt v8.0.0 added OSC control of all device parameters using the parameter name:

    • /cobalt/param/<parameter_name>
    • /cobalt/param/<parameter_name>/wheel

    Of course, Cobalt allows parameter names to use characters that aren't permitted in OSC paths, and OSC paths are traditionally case-insensitive.

    So as is common, use "underscore" instead of "space", eg:

    • "Pan" is at /cobalt/param/pan
    • "Gobo 2" is at /cobalt/param/gobo_2
Reply
  • Cobalt v7.3.1 only supports OSC control of pan, tilt, and the specific parameters listed in the Help.

    Cobalt v8.0.0 added OSC control of all device parameters using the parameter name:

    • /cobalt/param/<parameter_name>
    • /cobalt/param/<parameter_name>/wheel

    Of course, Cobalt allows parameter names to use characters that aren't permitted in OSC paths, and OSC paths are traditionally case-insensitive.

    So as is common, use "underscore" instead of "space", eg:

    • "Pan" is at /cobalt/param/pan
    • "Gobo 2" is at /cobalt/param/gobo_2
Children
Related