[PD] initialization arguments and defaults

Frank Barknecht fbar at footils.org
Fri Feb 20 21:16:33 CET 2004


Hallo,
IOhannes m zmoelnig hat gesagt: // IOhannes m zmoelnig wrote:
> rather use [trigger] to schedule it.
> the attached derivation of your patch fixes this (and is only about half 
> of the size)

You even can get rid of the last trigger as well, because it's
redundant.  See attached patch (using print instead of readany~ for
clarity).

ciao
-- 
 Frank Barknecht                               _ ______footils.org__
-------------- next part --------------
#N canvas 293 141 251 293 10;
#X obj 82 60 route 0;
#X obj 82 39 ii \$1;
#X obj 82 115 symbol stevie.aif;
#X obj 82 83 t b;
#X msg 82 158 open \$1;
#X obj 82 256 print loaded-test-2;
#X connect 0 0 3 0;
#X connect 0 1 2 0;
#X connect 1 0 0 0;
#X connect 2 0 4 0;
#X connect 3 0 2 0;
#X connect 4 0 5 0;


More information about the Pd-list mailing list