[PD] midi knob logic problem

Marc Lavallée odradek at videotron.ca
Sat Mar 29 18:06:20 CET 2003


I hope the included tiny little patch will help.

Le sam 29/03/2003 à 10:44, Antonis Galanopoulos a écrit :
> Hi all 
> i am back with a new problem. I ll try to explain it. I have a midi knob 
> (endless) which sends 0 when turned right and 127 when turned left.  I used a 
> [select 0 127] and then decrement 1 for each 0 and increment for each 127 
> using [ i ] [ - 1] and [ i ]  [ + 1 ] respectively  . This sort of works but: 
> 
> When i turn it right everithing is ok. Lets say I increment from 0 to 100 then 
> decrement from 100 to 50. that works as expected. If I increment again from 
> 50 it will go 50 51 and then jump to 100. I think thats has something to do 
> with the int objects( the store the last value arent they?) and they way I 
> connected one int with the other.  
> 
> Its quite hard to explain actually and I hope I make sense.
> I will apreciate any help.
> 
> ---
> anton 
> 
> _______________________________________________
> PD-list mailing list
> PD-list at iem.kug.ac.at
> http://iem.kug.ac.at/cgi-bin/mailman/listinfo/pd-list
-- 
Marc

"La seule façon d'être suivi, c'est de courir plus vite que les autres."
Francis Picabia
-------------- next part --------------
#N canvas 118 519 270 227 10;
#X obj 81 127 +;
#X floatatom 81 151 5 0 0 0 - - -;
#X msg 112 102 1;
#X msg 81 102 -1;
#X connect 0 0 1 0;
#X connect 1 0 0 1;
#X connect 2 0 0 0;
#X connect 3 0 0 0;


More information about the Pd-list mailing list