Autoreset script with multiball
Posted: 25 Sep 2016 22:14
I am using this simple script to auto-reset faders to a default value when the fader is released:
on Expression x, any
if (z==0) x=(5/9);
This works well but if I use the same script to auto-reset the x co-ordinate of a multiball the value output to midi oscillates between the cursor value and the reset value defined in the script.
I am new to this software and, clearly, missing or misunderstanding something.
on Expression x, any
if (z==0) x=(5/9);
This works well but if I use the same script to auto-reset the x co-ordinate of a multiball the value output to midi oscillates between the cursor value and the reset value defined in the script.
I am new to this software and, clearly, missing or misunderstanding something.