Re: [PD] ANN: Purity dynamic patching for Python release 0.1.1

2009-10-21 Thread Thomas Grill
I guess I am looking for something like: for i in range(2):   obj1 = pdobj.osc~(i)   obj2 = pdobj.throw~(bus-1)   pdconnect(obj1 0, obj2 0) obj1 = pdobj.receive~(bus-1) obj2 = pdobj.dac~ pdconnect(obj1 0, obj2 0 1) and then call this script from within pd itself, hehe... If you

Re: [PD] ANN: Purity dynamic patching for Python release 0.1.1

2009-10-18 Thread Alexandre Quessy
Hello, Thanks for trying it. Could you guys test my 0.2.1 version that I have just uploaded to PyPI? http://pypi.python.org/pypi/purity To install it : sudo easy_install purity --prefix=/usr/local ...And then I guess, download manually the tarball and test it using python [example] on the

Re: [PD] ANN: Purity dynamic patching for Python release 0.1.1

2009-10-12 Thread Alexandre Quessy
Hi Marius ! It works on Mac OS X. This is good news ! Can you give me the command you used to start PD? Maybe this could be given as an optional argument to purity. Next, for the syntax, feel free to wirte on the dataflow wiki about how we could improve it. You need to create a user. There could

Re: [PD] ANN: Purity dynamic patching for Python release 0.1.1

2009-10-06 Thread marius schebella
nice! getting it to run under os x took some time, though. the link on http://pypi.python.org/pypi/purity to the tar.gz package seems broken, I had to fink install twisted2-py25, and also change the pd command in server.py and then the purity-0.1.1-py2.5.egg/purity/data was missing the file

Re: [PD] ANN: Purity dynamic patching for Python release 0.1.1

2009-10-06 Thread Mathieu Bouchard
On Tue, 6 Oct 2009, marius schebella wrote: I guess I am looking for something like: for i in range(2): obj1 = pdobj.osc~(i) obj2 = pdobj.throw~(bus-1) pdconnect(obj1 0, obj2 0) obj1 = pdobj.receive~(bus-1) obj2 = pdobj.dac~ pdconnect(obj1 0, obj2 0 1) What I had made in 2002 or so,

[PD] ANN: Purity dynamic patching for Python release 0.1.1

2009-10-05 Thread Alexandre Quessy
Hi Pure Data users ! I am happy to announce the first official release of the Purity dynamic patching package for Python. You can install it using the command sudo easy_install purity See its Python package at http://pypi.python.org/pypi/purity Its official documentation is on the DataFlow wiki