Is there anyway to get the hardware position of the fader (or any other dial/fader) when it's out of sync with the software position?
For example if you drag the fader to 0 in the software it will show the hardware position faded out in it's original position.
I have a few scripts that manipulate the track volume level so i'd like to be able to flash an LED when they're out of sync.
Thanks.
For example if you drag the fader to 0 in the software it will show the hardware position faded out in it's original position.
I have a few scripts that manipulate the track volume level so i'd like to be able to flash an LED when they're out of sync.
Thanks.
Posté Fri 17 Jun 22 @ 11:36 am
It's not possible for all faders.
It is only possible for pitch fader, where you can use the action
It is only possible for pitch fader, where you can use the action
param_equal pitch_slider pitch ? on : blink
Posté Fri 17 Jun 22 @ 11:48 am
Great thanks, I'll give that a go later.
I knew it would be something quite simple!
I knew it would be something quite simple!
Posté Fri 17 Jun 22 @ 11:51 am