Hello, Can anyone try the latest Purity Debian package I have done ? It works on Ubuntu 8.04 (LTS) and up and should work on Debian. http://bitbucket.org/aalex/purity/downloads/python-purity_0.2.4_all.deb
Thomas : Yes, I guess I should check out py/pyext to make this syntax similar to the one in pyext. Note that Purity wraps PD, as opposed to being an external within PD. Cheers !
a
2009/10/21 Thomas Grill gr@grrrr.org:
I guess I am looking for something like:
for i in range(20000): 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 remember the pd convention in Graz, that was exactly what my talk was about - the dyn api that i introduced - also available as a module for py/pyext. It's still there, in the svn - as soon as my server is back up again. gr~~~
Hello again everyone, I thought it would be nice if I would provide a way to actually "try" purity once the Debian package is installed.
python /usr/share/pyshared/purity/examples/random_notes.py python /usr/share/pyshared/purity/examples/hello_metro.py
Cheers ! alex
2009/12/5 Alexandre Quessy listes@sourcelibre.com:
Hello, Can anyone try the latest Purity Debian package I have done ? It works on Ubuntu 8.04 (LTS) and up and should work on Debian. http://bitbucket.org/aalex/purity/downloads/python-purity_0.2.4_all.deb
Thomas : Yes, I guess I should check out py/pyext to make this syntax similar to the one in pyext. Note that Purity wraps PD, as opposed to being an external within PD. Cheers !
a
2009/10/21 Thomas Grill gr@grrrr.org:
I guess I am looking for something like:
for i in range(20000): 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 remember the pd convention in Graz, that was exactly what my talk was about - the dyn api that i introduced - also available as a module for py/pyext. It's still there, in the svn - as soon as my server is back up again. gr~~~
-- Alexandre Quessy http://alexandre.quessy.net
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
hi alexandre,
installing fine on ubuntu 9.10, but:
psc@mbp:~$ python /usr/share/pyshared/purity/examples/random_notes.py Running command /usr/bin/pd -alsa -verbose -r 48000 -inchannels 2 -outchannels 2 /usr/lib/python2.6/dist-packages/purity/data/dynamic_patch.pd /usr/lib/python2.6/dist-packages/purity/process.py:390: PotentialZombieWarning: spawnProcess called, but the SIGCHLD handler is not installed. This probably means you have not yet called reactor.run, or called reactor.run(installSignalHandler=0). You will probably never see this process finish, and it may become a zombie process. self._process_transport = reactor.spawnProcess(self._process_protocol, proc_path, args, environ, usePTY=True)
- Start jackd. (using qjackctl, for example)
doesn't make sense if the running command is /usr/bin/pd -alsa
pat