puredyne-team team mailing list archive
-
puredyne-team team
-
Mailing list archive
-
Message #00249
[Bug 499258] [NEW] package PyPd
Public bug reported:
"Pd.py provides a cross platform way to launch Pd in a Python subprocess
and communicate with it using sockets (netsend and netreceive), and
stderr. Socket communications with Pd are accomplished by instantiating
the [patches/python-interface] abstraction in your Pd patch to be
loaded. Use the Send() method to send messages to Pd, and catch methods
by overriding PdMessage(). You can also create methods to catch specific
Pd messages using methods called Pd_xxx to catch all messages starting
with the atom "xxx" for example."
http://mccormick.cx/projects/PyPd/
** Affects: puredyne-live
Importance: Medium
Status: New
** Changed in: puredyne-live
Importance: Undecided => Medium
--
package PyPd
https://bugs.launchpad.net/bugs/499258
You received this bug notification because you are a member of puredyne
team, which is the registrant for Puredyne Live.
Status in Puredyne liveCD/DVD/USB/HD: New
Bug description:
"Pd.py provides a cross platform way to launch Pd in a Python subprocess and communicate with it using sockets (netsend and netreceive), and stderr. Socket communications with Pd are accomplished by instantiating the [patches/python-interface] abstraction in your Pd patch to be loaded. Use the Send() method to send messages to Pd, and catch methods by overriding PdMessage(). You can also create methods to catch specific Pd messages using methods called Pd_xxx to catch all messages starting with the atom "xxx" for example."
http://mccormick.cx/projects/PyPd/
Follow ups
References