Look at the patch.
++

Jack



Le mercredi 23 décembre 2009 à 13:09 +0000, Andrew Faraday a écrit :
> Hey All
> 
> 
> I'm looking for a way to find the highest figure in a stream of input.
> In this case to find the top score in a little game I'm working on. I
> need a system that will remain on the highest number inputted until
> it's increased or reset to 0. 
> 
> 
> It should be simple but I'm struggling, any suggestions?
> 
> 
> Andrew
> 
> 
> ______________________________________________________________________
> Have more than one Hotmail account? Link them together to easily
> access both.
> _______________________________________________
> [email protected] mailing list
> UNSUBSCRIBE and account-management -> 
> http://lists.puredata.info/listinfo/pd-list
#N canvas 5 49 450 300 10;
#X floatatom 168 43 5 0 0 0 - - -;
#X obj 208 117 t f;
#X msg 195 83 0;
#X text 224 82 <- init to 0;
#X text 210 42 <- flow of numbers;
#X floatatom 168 149 5 0 0 0 - - -;
#X obj 168 117 max 0;
#X connect 0 0 6 0;
#X connect 1 0 6 1;
#X connect 2 0 6 1;
#X connect 6 0 1 0;
#X connect 6 0 5 0;
_______________________________________________
[email protected] mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list

Reply via email to