Page 1 of 1

Another function question

Posted: Thu Mar 28, 2019 11:05 am
by calsonic
OK, hopefully this time I'll be asking a question that is not so painfully obvious that I should know.

Can anyone tell me if this is possible.

I have a function that is linked to a collection of functions. Its purpose is to put most of my lights into a strobe mode across the stage.
What I would like the button to do is to turn off all other running functions when it is pressed but then return to the previous state when I turn it off.

Has anyone done anything like this, and if so, how?

TIA

Geoff

Re: Another function question

Posted: Fri Mar 29, 2019 11:28 am
by GGGss
This wont be so easy...

If you can put all your functions inside a frame - then you could en-/disable that frame. (Using a loopback channel f.i.)
I don't know if this will work though ...

Re: Another function question

Posted: Fri Mar 29, 2019 11:45 am
by calsonic
Interesting idea. I will give it a go and see if it works.

Cheers

Geoff