Page 1 of 1

Sequence : Controlling lights one by one - overall intensity

Posted: Thu Jun 13, 2024 12:05 pm
by buffos
I have the following problem.

I have a slider that controls the intensity of all the lights (works fine)
I have created a sequence, and at each step, a different light goes to 120, and all others are set to zero.

a) This works as expected. Meaning that each light goes from min Intensity (controlled by the slider) to 120.
b) How can I control the max intensity dynamically? If I want to change to 100? 50? 255? I have to edit the sequence and create a different sequence for each number?

Is there another way?

Thank you in advance

Re: Sequence : Controlling lights one by one - overall intensity

Posted: Thu Jun 13, 2024 4:52 pm
by MichelSliepenbeek
You could use a Submaster.

If you start the your Sequence with a Button: create a Frame, copy your Button into that Frame, now add a Slider to that Frame and set it to Submaster.
For more information you can read the on-line manual: https://docs.qlcplus.org/v4/virtual-console/slider

Re: Sequence : Controlling lights one by one - overall intensity

Posted: Thu Jun 13, 2024 5:49 pm
by buffos
Thank you. I tried that and it works PERFECTLY. Thank you