[PD] number problem

Mathieu Bouchard matju at sympatico.ca
Tue Mar 15 18:30:04 CET 2005


On Tue, 15 Mar 2005, 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

see attachment (digits.pd)

_____________________________________________________________________
Mathieu Bouchard -=- Montréal QC Canada -=- http://artengine.ca/matju
-------------- next part --------------
#N canvas 0 0 450 300 10;
#X obj 20 57 +;
#X msg 20 20 1;
#X msg 50 20 2;
#X msg 80 20 3;
#X obj 52 57 * 10;
#X floatatom 20 81 8 0 0 0 - - -;
#X connect 0 0 4 0;
#X connect 0 0 5 0;
#X connect 1 0 0 0;
#X connect 2 0 0 0;
#X connect 3 0 0 0;
#X connect 4 0 0 1;


More information about the Pd-list mailing list