just a tiny little bug report:
the "once"-abstraction from the iemlib does not work (at least not in recursions)
mfg.v.agg IOhannes
#N canvas 763 295 708 300 10; #X obj 140 138 once; #X msg 140 99 bang; #X obj 140 171 t b b; #X obj 140 206 print; #X msg 416 90 bang; #X obj 416 162 t b b; #X obj 416 197 print; #N canvas 794 414 163 235 only 0; #X obj 23 116 gate 1; #X obj 23 54 inlet; #X obj 23 173 outlet; #X obj 60 94 f 0; #X obj 23 147 t a b; #X connect 0 0 4 0; #X connect 1 0 0 0; #X connect 3 0 0 1; #X connect 4 0 2 0; #X connect 4 1 3 0; #X restore 416 129 pd only once; #X connect 0 0 2 0; #X connect 1 0 0 0; #X connect 2 0 3 0; #X connect 2 1 0 0; #X connect 4 0 7 0; #X connect 5 0 6 0; #X connect 5 1 7 0; #X connect 7 0 5 0;
... or for users of pre-.33PATCH1 (no 't a') Pd versions you could simply reorder object connections ...
K\ldots{}of
Johannes M Zmoelnig wrote: ...
the "once"-abstraction from the iemlib does not work (at least not in recursions)
#N canvas 330 266 377 228 10; #X text 18 176 (c) musil@iem.kug.ac.at; #X text 60 186 IEM KUG; #X text 35 195 graz , austria 2001; #X text 8 6 once; #X obj 23 116 gate 1; #X obj 54 77 bang; #X obj 23 54 inlet; #X obj 23 151 outlet; #X obj 54 95 f 0; #X text 59 7 only the first message passes through; #X connect 4 0 5 0; #X connect 4 0 7 0; #X connect 5 0 8 0; #X connect 6 0 4 0; #X connect 8 0 4 1;
On Tue, 3 Jul 2001, Krzysztof Czaja wrote:
... or for users of pre-.33PATCH1 (no 't a') Pd versions you could simply reorder object connections ...
yess, but this is why thomas' once did not work. so i am really glad that we finally have a "t a" !
mfg.cdsdghz.xcv IOhannes
K\ldots{}of