On 01/17/2013 04:42 PM, Jonathan Wilkes wrote: > ----- Original Message ----- > >> From: Olivier Baudry <[email protected]> >> To: [email protected] >> Cc: >> Sent: Thursday, January 17, 2013 3:48 PM >> Subject: [PD] Is there a feature page about PureData to write feature >> >> Dear all >> >> Is there a feature page about PureData to write feature , suggestions >> for Puredata >> for example : add inlet to receive object?
You can also easily make your own [receive] with any kinds of inlet you want as an abstraction. You don't need to wait for someone to implement it for you :) (see attached) There are some other send/receive objects included in Pd-extended, you might want to check them out. > If you want an inlet for [receive] and use a GNU/Linux OS, you should use > Pd-l2ork and contact Ivica who maintains Pd-l2ork ([email protected]) about your > feature request. > > I suggest this because he recently fixed a long-standing bug affecting > Pd-extended > and Pd-vanilla that would cause crashes when changing a receive-name, > so it should be trivial to implement there. In fact if I get some time I > might just > implement it myself and send him the patch. Is there any bug report or documentation of this crash bug? It doesn't ring a bell. .hc
#N canvas 155 494 450 300 10; #X obj 95 97 inlet; #X obj 139 97 receive \$1; #X obj 114 163 outlet; #X connect 0 0 2 0; #X connect 1 0 2 0;
#N canvas 438 379 450 300 10; #X obj 111 166 ireceive yesyes; #X obj 113 200 hsl 128 15 0 127 0 0 empty empty empty -2 -8 0 10 -262144 -1 -1 6800 1; #X obj 115 135 hsl 128 15 0 127 0 0 empty empty empty -2 -8 0 10 -262144 -1 -1 6800 1; #X obj 64 64 send yesyes; #X obj 65 31 hsl 128 15 0 127 0 0 empty empty empty -2 -8 0 10 -262144 -1 -1 5400 1; #X connect 0 0 1 0; #X connect 2 0 0 0; #X connect 4 0 3 0;
_______________________________________________ [email protected] mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
