Hey all -- I haven't been on the list for terribly long yet, so
apologies if we already know about this one... there seems to be a
bug with [route bang] ... reproducible with the following patch.
I'm using Pd-0.38-3 on Mac OS X 10.4.1. Incoming bangs just
disappear if there is a number argument before the bang argument. I
get no output on the left side of the patch and the expected "d:
bang" on the right side.
Where should I look for already-submitted bugs in the future?
Cheers, Zac
#N canvas 0 22 310 133 10; #X obj 14 10 bng 15 250 50 0 empty empty empty 0 -6 0 8 -262144 -1 -1; #X obj 14 80 print a; #X obj 53 62 print b; #X obj 93 44 print c; #X obj 157 80 print d; #X obj 196 62 print e; #X obj 236 44 print f; #X obj 157 10 bng 15 250 50 0 empty empty empty 0 -6 0 8 -262144 -1 -1; #X obj 157 26 route bang 5; #X obj 14 26 route 5 bang; #X connect 0 0 9 0; #X connect 7 0 8 0; #X connect 8 0 4 0; #X connect 8 1 5 0; #X connect 8 2 6 0; #X connect 9 0 1 0; #X connect 9 1 2 0; #X connect 9 2 3 0;