[PD] grow decrease numbers

Mathieu Bouchard matju at sympatico.ca
Mon Nov 3 15:26:59 CET 2003


> On Sunday 02 November 2003 23:54, noskule wrote:
> > hi list
> > i'm shure there's a way to build a patch that  gives a "1" if numbers are
> > growing and a "0" if there decrease .. . ....i just dident find out jet .
> > ..dos anyone have a suggestion .. ..
> > thanx nos

On Mon, 3 Nov 2003, vanDongen/Gilcher wrote:

> Use the [<] object and a [float] to store the previous value and a 
> [trigger f f b] to 
[...]

also try the attached patch.

________________________________________________________________
Mathieu Bouchard                       http://artengine.ca/matju
-------------- next part --------------
#N canvas 0 0 450 300 10;
#X floatatom 93 16 5 0 0 0 - - -;
#X obj 93 43 t a a;
#X obj 94 68 -;
#X obj 94 88 moses 0;
#X obj 148 88 moses 1;
#X obj 94 113 bng 15 250 50 0 empty empty empty 0 -6 0 8 -262144 -1
-1;
#X obj 148 114 bng 15 250 50 0 empty empty empty 0 -6 0 8 -262144 -1
-1;
#X obj 192 115 bng 15 250 50 0 empty empty empty 0 -6 0 8 -262144 -1
-1;
#X connect 0 0 1 0;
#X connect 1 0 2 1;
#X connect 1 1 2 0;
#X connect 2 0 3 0;
#X connect 3 0 5 0;
#X connect 3 1 4 0;
#X connect 4 0 6 0;
#X connect 4 1 7 0;


More information about the Pd-list mailing list