[PD] Route Bang Bug

Zachary Crockett z.crockett at usa.net
Fri Jun 3 11:46:39 CEST 2005


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;

-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 2365 bytes
Desc: not available
URL: <http://lists.puredata.info/pipermail/pd-list/attachments/20050603/53323294/attachment.bin>


More information about the Pd-list mailing list