[PD] nbx crashes pd

CK x at meta.lo-res.org
Thu Mar 14 11:56:21 CET 2002


I read:
> typing a number into it and pressing enter causes pd to crash almost everytime. 

very often not ... but I'm glad to hear that this is not my bug ;)

> another issue (already asked for that before):
> 
> is there a way to compose "receive"-objects dynamically , i.e. with $-
> arguments ? a sort of equivalent to the ";" message (which does the job on  
> the "send"-side) would also help...

see the attached patch, not really nice and clean but workable solution ...

atb

x 


-- 
chris at lo-res.org	Postmodernism is german romanticism with better
http://pilot.fm/	special effects. (Jeff Keuss / via ctheory.com)
-------------- next part --------------
#N canvas 192 154 610 329 10;
#X obj 68 62 s \$0-foo;
#X obj 152 25 r \$0-foo;
#X floatatom 68 24 5 0 0;
#X floatatom 152 59 5 0 0;
#X obj 162 193 cnv 15 100 60 empty empty \$0 20 12 256 14 -233017 -66577
0;
#X obj 68 214 r 1000-foo;
#X floatatom 93 262 5 0 0;
#X obj 368 110 s pd-dynamic-receive.pd;
#X text 353 32 put this in an abstraction and call;
#X text 351 48 with args then use:;
#X msg 368 73 obj 500 200 r \$1-bla;
#X text 47 191 change 1000 to;
#X connect 1 0 3 0;
#X connect 2 0 0 0;
#X connect 5 0 6 0;
#X connect 10 0 7 0;


More information about the Pd-list mailing list