[PD] number problem

/doc/ ix at replic.net
Tue Mar 15 16:10:23 CET 2005


On Tue, Mar 15, 2005 at 03:50:21PM +0100, nicob wrote:
> hi all
> i've [1(,  [2( and [3( message
> when i hit 3 times [1(, i would like to have 111 resulting
> when i hit 2 times [1(, i would like to have 11 resulting
> when i hit [2( [2( [3(, i woul like to have 223 resulting
>

please tell me theres a simpler way to do this than the attached patch (which requires zexy..)

> but i don't succeed.
> has anybody got i idea please
> 
> 
> nicolas
> 
> 
> 
> _______________________________________________
> PD-list at iem.at mailing list
> UNSUBSCRIBE and account-management -> 
> http://iem.at/cgi-bin/mailman/listinfo/pd-list
-------------- next part --------------
#N canvas 133 39 450 274 10;
#X msg 87 33 1;
#X msg 114 33 2;
#X msg 138 33 3;
#X msg 167 91 add2 \$1;
#X msg 166 117 1 2 3;
#X msg 173 44 set;
#X obj 166 140 l2s;
#X msg 211 91 symbol;
#X obj 230 67 loadbang;
#X obj 130 63 t b f;
#X msg 166 159 set \$1;
#X msg 166 179 123;
#X connect 0 0 9 0;
#X connect 1 0 9 0;
#X connect 2 0 9 0;
#X connect 3 0 4 0;
#X connect 4 0 6 0;
#X connect 5 0 4 0;
#X connect 6 0 10 0;
#X connect 7 0 6 1;
#X connect 8 0 7 0;
#X connect 8 0 5 0;
#X connect 9 0 4 0;
#X connect 9 1 3 0;
#X connect 10 0 11 0;


More information about the Pd-list mailing list