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

Thomas Grill gr at grrrr.org
Wed Oct 21 15:58:44 EDT 2009


> 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~~~



More information about the Pdmtl mailing list