Sequence : Controlling lights one by one - overall intensity

Ask a generic question about the usage of QLC+, not related to a particular operating system
Post Reply
buffos
Posts: 2
Joined: Thu Jun 13, 2024 11:55 am
Real Name: kostas

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
MichelSliepenbeek
Posts: 717
Joined: Wed Feb 08, 2023 10:24 am
Location: Nederland
Real Name: Michel Sliepenbeek

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
A QLC Workspace is like a Bob Ross painting: "it's your world, you can create whatever you want!"
buffos
Posts: 2
Joined: Thu Jun 13, 2024 11:55 am
Real Name: kostas

Thank you. I tried that and it works PERFECTLY. Thank you
Post Reply