Linking a slider or knob to a button in VC
Posted: Mon Aug 02, 2021 12:15 am
Sorry for the vague title, I wasn't sure how to distill down what I want to happen, and I'm still very very new to QLC and learning how everything works
I have a strobe with 3 channels - Dimmer, Flash Speed, Flash Duration
I am controlling it with 2 buttons and a slider/knob.
One button is a flash function that triggers a scene with the strobe fully open, so that I can tap it for a quick flash (or multiple, to go with drumbeats for example)
The other is a regular toggle function button with just Dimmer and Flash duration channels enabled, the idea being if I want a constant, flashing strobe I just toggle that one on.
The knob is currently set to level mode because 11-250 controls strobe speed with 0-5 and 251-255 is strobe open, 6-11 is strobe closed. So I can use the knob to increase or decrease the speed of the flash for the 2nd button.
This works great, mostly. If i activate the toggle button, the strobe will flash at the rate set by the knob. However, if I use the flash function, since it sends a strobe open command to channel 2 and the toggle button has nothing set in channel 2, the toggle button is now strobe open as well until I move the knob to send it a new channel 2 command.
Basically, I'm wondering how i can set this up so that either:
1) After the flash button is pressed, it reverts to previous directions (so it sends 0 to channel 2 during the flash, and then goes back to 127 or whatever it was before once I release the button)
2) When the toggle button is pressed, it also sends the value of the knob to the channel the knob controls (in this case channel 2)
In the end I just want to be able to press the toggle button without also having to move the knob.
A slightly related but less important problem I'm having is that, if the toggle strobe is activated, hitting the flash doesn't turn it off, even if they're both in a solo frame. A little advice here would be helpful as well
I have a strobe with 3 channels - Dimmer, Flash Speed, Flash Duration
I am controlling it with 2 buttons and a slider/knob.
One button is a flash function that triggers a scene with the strobe fully open, so that I can tap it for a quick flash (or multiple, to go with drumbeats for example)
The other is a regular toggle function button with just Dimmer and Flash duration channels enabled, the idea being if I want a constant, flashing strobe I just toggle that one on.
The knob is currently set to level mode because 11-250 controls strobe speed with 0-5 and 251-255 is strobe open, 6-11 is strobe closed. So I can use the knob to increase or decrease the speed of the flash for the 2nd button.
This works great, mostly. If i activate the toggle button, the strobe will flash at the rate set by the knob. However, if I use the flash function, since it sends a strobe open command to channel 2 and the toggle button has nothing set in channel 2, the toggle button is now strobe open as well until I move the knob to send it a new channel 2 command.
Basically, I'm wondering how i can set this up so that either:
1) After the flash button is pressed, it reverts to previous directions (so it sends 0 to channel 2 during the flash, and then goes back to 127 or whatever it was before once I release the button)
2) When the toggle button is pressed, it also sends the value of the knob to the channel the knob controls (in this case channel 2)
In the end I just want to be able to press the toggle button without also having to move the knob.
A slightly related but less important problem I'm having is that, if the toggle strobe is activated, hitting the flash doesn't turn it off, even if they're both in a solo frame. A little advice here would be helpful as well