[PD] reload a patch

Frank Barknecht fbar at footils.org
Tue Aug 22 21:40:34 CEST 2006


Hallo,
Max Neupert hat gesagt: // Max Neupert wrote:

> i want to force pd to reload a patch. why? because i want to  
> manipulate a gem patch running on a networked machine from another  
> machine.
> and yes, i've had a look on netpd and serendipd.

How much reloading do you want? If another execution of the loadbang
is enough, then you can send the message "loadbang" to the patch's
receiver made from prepending "pd-" to the name of the subpatch or the
abstraction. See att.

Ciao
-- 
 Frank Barknecht                 _ ______footils.org_ __goto10.org__
-------------- next part --------------
#N canvas 0 0 450 300 10;
#X obj 108 150 print :;
#X msg 108 125 I'm the loadbang!;
#X obj 108 103 loadbang;
#X connect 1 0 0 0;
#X connect 2 0 1 0;
-------------- next part --------------
#N canvas 0 0 450 300 10;
#X obj 169 169 the-abs;
#X msg 170 105 loadbang;
#X obj 170 132 s pd-the-abs.pd;
#X connect 1 0 2 0;


More information about the Pd-list mailing list