how to switch from live to blind over osc

How can I switch the console display from live to blind and back over OSC?

Parents Reply Children

  • For LIVE i use:
    /eos/key/live
    For the Status LED:
    /eos/out/event/state
    Have a look at Value Range, From 0 to 1



    For Blind i use:
    /eos/key/blind
    For the Status LED:
    /eos/out/event/state
    Have a look at Value Range, From 1 to 0

    Both knobs are Push-Buttons.
    And i have "Send on Press" and "Send on Release" active.
    The Status indicator is the LED in TouchOSC

    This are the LIVE and BLIND Knobs simulate from Console.
    Not the Syntax for switch to an specific Q in Blind

  • Thanks a lot for your detailed description. It appears that my mistake was that I was sending OSC to the wrong Eos User. The confusion came because apparently faders are sent to every user regardless and other OSC commands (like keystrokes) need to be send to a specific user.

  • just a thing or two, maybe this clears things up, at least i hope it won't make it worse :)

    by default OSC is sent to the user of the connected console. you can also change the OSC user either by sending /eos/user/5 from touchOSC to Eos, or by prefacing single commands ( /eos/user/4/cmd/chan/1/at/50/enter ).

    the reason why faders are different is probably because as a record target they are independent of user. command lines on the other hand are user specific.

Related