OSC UDP How to specify fade time for subs?

How do you specify fade times for subs activated/deactivated by UDP strings?

/eos/user/42/sub/601/full  fades it up at ??? time.

/eos/user/42/sub/601/out  fades down at a slower ??? time.  Changing the sub's up/down time doesn't seem to affect this 

/eos/user/42/sub/601/out/time/0 doesnt work

/eos/user/42/sub/601/time/0/out doesnt work

/eos/cmd="Sub 601 At Out Time 0" doesnt work.  Actually I cant get any /eos/cmd=".... to work

Thoughts?

  • I had a look and these are my findings:

    1. /eos/user/42/sub/601/full fades it up in 0 seconds
    2. /eos/user/42/sub/601/out fades down in the Release Time in setup.
    3. /eos/user/42/sub/601/out/time/0: There is no /eos/sub syntax that supports setting a time
    4. /eos/user/42/sub/601/time/0/out doesnt work: There is no /eos/sub syntax that supports setting a time
    5. /eos/cmd="Sub 601 At Out Time 0": This is a command line and needs to be terminated

    Usually OSC commands behave the same as the Eos command line:

    • 1: Setting a sub to full happens in 0
    • 2: Setting a sub to Out happens in the release time
    • If you want to fade out the sub you can use /eos/sub/1/at/0, because the command line Sub 1 At 0 Enter works as well
    • The sub's timing affects only the bump button, you can use /eos/sub/1/fire for this

    If there are still open questions or you're seeing different things you're welcome to email your showfile to eos(dot)moderator(at)etcconnect(dot)com.

  • I've been playing a little more, and I think I found a working solution:

    /eos/user/42/cmd=sub 601 at out time 10 enter\r

    /eos/user/42/cmd=sub 601 at full time 5 enter\r

    /eos/user/42/cmd=sub 601 thru 610 at out time 2 enter\r

    These seem to work. Regardless of set Up/Down/Release times

    I did notice that the manual says to enclose the cmd in quotes: /cmd="....." and to use # to end the command

    What I found actually works is to not use quotes and to use 'enter' instead of '#'

Related