hi,
could someone please point me to a list of all possible messages that
the global "pd" object understands?
(like "pd dsp 1", "pd quit" etc.).
and a related question:
is it possible to send messages to pd form "outside" of pd, but
without talking to a patcher window?
i have pd running on a remote computer and want to send messages to
pd, e.g. like "quit".
i know i could use pdsend, but if i understand correctly i would need
a [netreceive] object in a running patcher, which then could pass the
command to the global pd object through a message box or similar. but
since the pd object is global, maybe there is a way of talking to it
directly without the use of a patcher?
thanks, volker.
http://pure-data.svn.sourceforge.net/viewvc/pure-data/trunk/doc/ additional/pd-msg/
It is also included in Pd-extended in the Help Browser in the
"manuals" section.
.hc
On Dec 16, 2008, at 11:44 AM, volker böhm wrote:
hi,
could someone please point me to a list of all possible messages that the global "pd" object understands? (like "pd dsp 1", "pd quit" etc.).
and a related question: is it possible to send messages to pd form "outside" of pd, but without talking to a patcher window? i have pd running on a remote computer and want to send messages to pd, e.g. like "quit". i know i could use pdsend, but if i understand correctly i would need a [netreceive] object in a running patcher, which then could pass the command to the global pd object through a message box or similar. but since the pd object is global, maybe there is a way of talking to it directly without the use of a patcher?
thanks, volker.
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/ listinfo/pd-list
I spent 33 years and four months in active military service and
during that period I spent most of my time as a high class muscle man
for Big Business, for Wall Street and the bankers. - General
Smedley Butler
On 17 Dec 2008, at 00:37, Hans-Christoph Steiner wrote:
http://pure-data.svn.sourceforge.net/viewvc/pure-data/trunk/doc/ additional/pd-msg/
It is also included in Pd-extended in the Help Browser in the
"manuals" section.
thanks, found it. volker.