Open Tonts95 opened 3 days ago
Hi,
You can use a custom variable in the set output gain action. You will need to stack an internal action to increase or decrease the custom variable value before the Set Output gain action, to achieve this rotary function. Sorry it's not easier but for now RRCS doesn't generate notifications for output port gain changes, so tracking the value in the Artist would require tracking which ones we care about and frequent polling.
With regards to the second part, I think the output gain range is only +/- 18 dB. So you will not be able to use it as way to mute.
Perhaps you could have a Set logic source action, and do it in the Artist Matrix with some logic.
Hi,
I'm looking for a way to increase (by 1dB steps) or decrease (by -1dB steps) the output gain of a given port using the encoders of a StreamDeck+. I think that I need to write a variable in the "IO Gain (dB)" section of the "Port - Set IO gain" function to do that, and that's what is loosing me.
So far, I can set the gain to a given value by turning the encoder to the right, and to another value by turning the gain to the left by using the "Rotary actions" of a Companion button, and using the port adress, and not the port list.
And second thing, the must would be that a press on the encoder of the StreamDeck+ would mute the output (set the gain to -64dB), and a second press would restore the output gain to the last known value, just before the mute.
Thank you in advance.