Hello,
The helpfile for Netsend shows how to send a simple message to a Netreceive object in another instance of PureData.
But how to send a "global message" and execute it automatically?
For global message I mean the messages starting with a semicolon,
like
;
pd dsp 1
or
;
$0-param1 0;
$0-param2 62;
I tried this, but no success:
I'd like to execute the instruction on the destination instance only, and not on the source instance.
Thanks