[PD] bug? send~ screams when switch~ off

David McCallum david2003 at mentalfloss.ca
Sun Jun 8 19:44:24 CEST 2003


Howdy all,

         If you have a stream going to a send~ object in a 
subpatch/abstraction and the subpatch is switch~ed off, the corresponding 
receive~ (outside the subpatch) squeals really annoyingly.

         I've found this doesn't happen with throw~ or if the audio is sent 
out an outlet~, but only with send~.

         There's an example below if I'm not explaining myself properly.

         I'm using .36

David

#N canvas 390 169 238 118 10;
#N canvas 0 0 460 310 sub 0;
#X obj 109 85 osc~ 220;
#X obj 100 133 s~ thing;
#X obj 245 79 inlet;
#X obj 251 115 switch~;
#X obj 142 192 outlet~;
#X obj 131 110 throw~ foo;
#X connect 0 0 1 0;
#X connect 0 0 4 0;
#X connect 0 0 5 0;
#X connect 2 0 3 0;
#X restore 15 44 pd sub;
#X obj 15 15 tgl 15 0 empty empty empty 0 -6 0 8 -262144 -1 -1 0 1
;
#X obj 79 11 r~ thing;
#X obj 141 10 catch~ foo;
#X obj 70 40 dac~;
#X text 16 73 turn me on and off!;
#X connect 1 0 0 0;
#X connect 2 0 4 0;
#X connect 2 0 4 1;


.
. Music wants to be free
.  http://mentalfloss.ca/sintheta/
.
.  Please note that my e-mail address is changing.
. Either use this address, or check my website for the most recent.
. 





More information about the Pd-list mailing list