I made a multislider with a quantization value but it is kind of unstable yet, Can you help me?
-
Multislider thing
-
you need to write an explaination so theyll know what your want to do really.
-
@patricio.tics Putting the array 'delays' ontop of a second array (delaysdummy in this case) will solve the issue, or you can use the place array in last array feature and just have a single array but I just did a quick copy and paste. Mouse events always go to the bottom object so delaysdummy receives the mouse events which are sent to [array get] and then delays is updated.
multislider2.pd -
@willblackhurst I'm trying to have a multislider in a MaxMSP form (made in vanilla) for setting different delay values on audio grains.
A continous array do not help me. This thing that I made is only a visual aid.
-
Solved multiple bugs.
It rounds to negative numbers, and it works with lower and upper limits.
multiSliderV2.pd