I think I found a bug with sliders. In the attached patch, i have two
v-sliders, one goes from 0-->127 , one goes for 127-->0 ... the
inverted one does not deal with its inlet correctly. it just jumps to
127 and stays there.
I've tested this with 0.34 and 0.35test14
-Josh
#N canvas 0 0 452 302 12;
#X obj 83 90 vsl 15 128 127 0 0 0 empty empty empty 20 8 0 8 -262144
-1 -1 0 1;
#X floatatom 133 50 5 0 0;
#X floatatom 83 234 5 0 0;
#X obj 206 89 vsl 15 128 0 127 0 0 empty empty empty 20 8 0 8 -262144
-1 -1 3200 1;
#X floatatom 205 229 5 0 0;
#X connect 0 0 2 0;
#X connect 1 0 0 0;
#X connect 1 0 3 0;
#X connect 3 0 4 0;