hello, i'm the one doing the port. in what way are they not working?
I'm interested in these. How do they work?
On Fri, 30 Mar 2007 02:00:52 -0400 marius schebella marius.schebella@gmail.com wrote:
hi, accidentally I found two objects (boids2d and boids3d) which could be very nice tools, if only they were working. I have no idea who ported them to pd, but message input seems to be broken. Is someone working on them? (the objects simulate animal/birds and could be useful for grain synthesis or multi voice synthesis stuff) marius.
Hi Jasch and all, I don't know if you fixed the type problem, but many "double" have to be changed for "float" in the function signatures. Then, you might want to cast it before calling the standard math functions.
If Jasch fixed this problem in the CVS as I suggested (thanks to Thomas O. Fredericks), then Marius might be interested in using the version in the CVS.
Cheers,
a
2007/3/31, jasch jasch@kat.ch:
hello, i'm the one doing the port. in what way are they not working?
I'm interested in these. How do they work?
On Fri, 30 Mar 2007 02:00:52 -0400 marius schebella marius.schebella@gmail.com wrote:
hi, accidentally I found two objects (boids2d and boids3d) which could be very nice tools, if only they were working. I have no idea who ported them to pd, but message input seems to be broken. Is someone working on them? (the objects simulate animal/birds and could be useful for grain synthesis or multi voice synthesis stuff) marius.
PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
I was hoping to try python with pd but ran into this, which has been mentioned before: http://lists.puredata.info/pipermail/pd-list/2006-11/044535.html
I find that the [pyext]s occasionally do appear but usually they don't. It doesn't seem to matter if they are top level or not. This is on WinXp, Miller's pd040-2, pyext from http://grrrr.org/ext/py/py-bin-0.2.0-pd-win.zip, python 2.4.4. You can see an example here: http://132.205.142.12/screenshot.PNG
Martin
Soemthing similar was happening with cyclone objects. It turned out
to be because it was compiled with MinGW without the -mms-bitfields
flag.
.hc
On Apr 1, 2007, at 9:05 PM, Martin Peach wrote:
I was hoping to try python with pd but ran into this, which has been mentioned before: http://lists.puredata.info/pipermail/pd-list/2006-11/044535.html
I find that the [pyext]s occasionally do appear but usually they
don't. It doesn't seem to matter if they are top level or not. This is on WinXp, Miller's pd040-2, pyext from http://grrrr.org/ext/py/py-bin-0.2.0-pd-win.zip, python 2.4.4. You can see an example here: http://132.205.142.12/screenshot.PNGMartin
PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/ listinfo/pd-list
Using ReBirth is like trying to play an 808 with a long stick. - David Zicarelli
Hi Martin,
as probably also found in the archives, this is obviously caused by
flext-based externals built with different (older) flext versions.
It's a good idea to update your other externals, apart from pyext, too.
greetings, Thomas
Am 02.04.2007 um 03:05 schrieb Martin Peach:
I was hoping to try python with pd but ran into this, which has been mentioned before: http://lists.puredata.info/pipermail/pd-list/2006-11/044535.html
I find that the [pyext]s occasionally do appear but usually they
don't. It doesn't seem to matter if they are top level or not. This is on WinXp, Miller's pd040-2, pyext from http://grrrr.org/ext/py/py-bin-0.2.0-pd-win.zip, python 2.4.4. You can see an example here: http://132.205.142.12/screenshot.PNGMartin
PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/ listinfo/pd-list
Thomas Grill http://grrrr.org
hi Martin, Thomas
I tried to get the py ext to work many times, now I finally made it work , on winxp and pd 040-2 vanilla. Pyext from http://grrrr.org/ext/py/py-bin-0.2.0-pd-win.zip, python 2.4.4..
Follow the instructions in the readme.txt If you dont set the path to the scripts, the strange things occur (you could also just copy the scripts to the examples folder).
BTW the sig examples are not working, but the rest are OK.
This is really great, thank you Thomas.
mvh/ Stefffen Leve Poulsen
Martin Peach skrev:
I was hoping to try python with pd but ran into this, which has been mentioned before: http://lists.puredata.info/pipermail/pd-list/2006-11/044535.html
I find that the [pyext]s occasionally do appear but usually they don't. It doesn't seem to matter if they are top level or not. This is on WinXp, Miller's pd040-2, pyext from http://grrrr.org/ext/py/py-bin-0.2.0-pd-win.zip, python 2.4.4. You can see an example here: http://132.205.142.12/screenshot.PNG
Martin
PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Hi,
BTW the sig examples are not working, but the rest are OK.
Not working in which way?
I'm not really sure if it's a good idea to use signals in Python
anyway, because it's a real CPU-hog.
greetings, Thomas
-- Thomas Grill http://grrrr.org
Thomas Grill skrev:
Hi,
BTW the sig examples are not working, but the rest are OK.
Not working in which way?
first they just crash pd
then I installed numpy-1.0.1.win32-py2.4.exe now I can see the patch but also the wincrashmenu
I'm not really sure if it's a good idea to use signals in Python
anyway, because it's a real CPU-hog.
OK I wasn't planning on using pyext~
greetings, Thomas
-- Thomas Grill http://grrrr.org
PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list