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?

Parents
  • 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.

Reply
  • 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.

Children
No Data
Related