Can AdvSS collect the changing value of a Midi controller fader/dial in normal operation and set it to a variable? Could you show me how that is done? I can sort of make it work when I'm programming the midi and have the "Start listening" activated, but that value locks to its last known for me every time I click ok.You can use the "Mathematical expression" of the "Variable" action type to do the scaling of the integer based input range to the output floating point range.
For example you could use a setup like this to scale the input value (0 to 127) to a range of -10 to +10.
View attachment 112430
This way you don't have to create 128 different macros to map each value :)
Let me know if you have any question!