Re: [PD] pd~.abstraction to make pd~ more like pd

2009-03-10 Thread Frank Barknecht
Hallo, Luke Iannini hat gesagt: // Luke Iannini wrote: Thanks to IOhannes for testargs and FBar for list-l2s - those made the (purepd) argument hackery possible. Quick remark: You maybe want to update your copy of list-l2s: The most recent one uses [makefilename %g] instead of [makefilename

Re: [PD] change for symbols

2009-03-10 Thread Frank Barknecht
Hallo, Max hat gesagt: // Max wrote: is there something like [change] for symbols? [select] ? See attachment. Ciao -- Frank BarknechtDo You RjDj.me? _ __footils.org__ symbol-change.pd Description: application/puredata ___

Re: [PD] change for symbols

2009-03-10 Thread Jack
Yep, simple and nice. ++ Jack Le 10 mars 09 à 08:06, Frank Barknecht a écrit : Hallo, Max hat gesagt: // Max wrote: is there something like [change] for symbols? [select] ? See attachment. Ciao -- Frank BarknechtDo You RjDj.me? _ __footils.org__symbol-

[PD] partconv optimization

2009-03-10 Thread Gregorio G. Karman
hello, I would appreciate knowing if the build of partconv~ v0.2 included in 0.40.3-extended-macosx104 is currently taking advantage of sse optimization? thanks Gregorio -- Gregorio García Karman Runzstraße 71. 79102 Freiburg - Germany home: 0049 (0)761 2852 808 office: 0049 (0)761 3808 276

Re: [PD] partconv optimization

2009-03-10 Thread chris clepper
Ben tried to write an SSE version of the convolution routine, but did not get a working one. As I recall the problem is that SSE lacks a critical operation to make it efficient (or perhaps even possible) to run as vector code. You can always just set the compiler flags to the extreme levels and

[PD] Pd on MIPS

2009-03-10 Thread mbutubuntu
hello everyone!! I'm going to buy an embedded motherboard with a MIPS CPU, does someone compiled and tested PureData on a similar architecture?? thanks Fabio Buda ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -

[PD] max/msp/jitter projects

2009-03-10 Thread steffen scholl
hello, i m writing my phd about Max/MSP/Jitter and i m looking for interesting projects realized with this autor-sytem in the domain of live-electronic-music... thanks in advance,steffen _

Re: [PD] max/msp/jitter projects

2009-03-10 Thread Hans-Christoph Steiner
The Pd list has nothing to do with max/msp, please don't post such things here. If you want to know about Pd, then it is the right place. .hc On Mar 10, 2009, at 10:18 AM, steffen scholl wrote: hello, i m writing my phd about Max/MSP/Jitter and i m looking for interesting projects

Re: [PD] default [output~] in Pd-extended

2009-03-10 Thread Hans-Christoph Steiner
On Mar 9, 2009, at 10:45 PM, hard off wrote: a very simple solution would be to use a subpatch instead of an abstraction in the help files. [pd output~] Yeah, some of them have a subpatch. this would also remedy the problem reported more often: why doesn't the output~ object work

Re: [PD] partconv optimization

2009-03-10 Thread Hans-Christoph Steiner
I think the mac/fink builds of FFTW do use SSE2, since that is the minimum that a Mac/Intel has. I believe SSE2 is required to run Mac/ Intel. As for more optimizations, I would like to turn those on for the whole Pd-extended builds, but the strict-aliasing errors need to be fixed in

Re: [PD] Pd on MIPS

2009-03-10 Thread Hans-Christoph Steiner
Do you mean ARM? Or really MIPS? There are packages for ARM embedded linux machines as part of the pd-anywhere project: http://sf.net/projects/pd-anywhere .hc On Mar 10, 2009, at 9:32 AM, mbutubuntu wrote: hello everyone!! I'm going to buy an embedded motherboard with a MIPS CPU, does

Re: [PD] change for symbols

2009-03-10 Thread Hans-Christoph Steiner
Sounds handy, but it would be nice to have [change] directly support symbols... .hc On Mar 10, 2009, at 6:07 AM, Jack wrote: Yep, simple and nice. ++ Jack Le 10 mars 09 à 08:06, Frank Barknecht a écrit : Hallo, Max hat gesagt: // Max wrote: is there something like [change] for

Re: [PD] change for symbols

2009-03-10 Thread tim vets
2009/3/10 Hans-Christoph Steiner h...@eds.org Sounds handy, but it would be nice to have [change] directly support symbols... .hc On Mar 10, 2009, at 6:07 AM, Jack wrote: Yep, simple and nice. ++ Jack Le 10 mars 09 à 08:06, Frank Barknecht a écrit : Hallo, Max hat gesagt: //

Re: [PD] Pd on MIPS

2009-03-10 Thread mbutubuntu
I mean really MIPS, but does pd-anywhere support all pd externals??? If I need zexy may I be able to compile it and will zexy run on pd-anywhere??? Thanks Fabio Buda Hans-Christoph Steiner wrote: Do you mean ARM? Or really MIPS? There are packages for ARM embedded linux machines as part

[PD] [GEM] pix_video, firewire, and linux ?

2009-03-10 Thread adrian goya
Hello to all. I'm having problems trying to connect a unibrain's fire-i firewire board camera in GEM. When I send a [driver 1(message and then [device /dev/video1394/0( to pix_video i get : initializing: Inappropriate ioctl for device If I send [driver 0( message I get get

Re: [PD] default [output~] in Pd-extended

2009-03-10 Thread Steffen Juul
On 10/03/2009, at 18.11, Hans-Christoph Steiner wrote: (...) and the green/white toggle from [pddp/dsp]. I quite strongly think [cvn]'s tricks should be avoided in help patches, especially those default for vanilla objects. Reason being it took me quite some time before i got heads and

[PD] sprintf and netsend for comma delimited UDP data

2009-03-10 Thread florian mosleh
Hello, I already posted this to the forum, so I hope it's no foible to post it here as well... I am building a connector for PD to communicate with an external application running on another system. I am using netsend to craft UDP packets that the remote application can parse for actions.

Re: [PD] default [output~] in Pd-extended

2009-03-10 Thread Hans-Christoph Steiner
On Mar 10, 2009, at 2:50 PM, Steffen Juul wrote: On 10/03/2009, at 18.11, Hans-Christoph Steiner wrote: (...) and the green/white toggle from [pddp/dsp]. I quite strongly think [cvn]'s tricks should be avoided in help patches, especially those default for vanilla objects. Reason

Re: [PD] sprintf and netsend for comma delimited UDP data

2009-03-10 Thread Martin Peach
florian mosleh wrote: Hello, I already posted this to the forum, so I hope it's no foible to post it here as well... I am building a connector for PD to communicate with an external application running on another system. I am using netsend to craft UDP packets that the remote

Re: [PD] [GEM] pix_video, firewire, and linux ?

2009-03-10 Thread Mario Mora
pure:dyne never has worked with firewire for me, but i have used dyne:bolic with firewire with great results, but i have tested only audio, dyne:bolic has GEM and i have used flawessly but not tried capturing video by firewire yet. Maybe you can try using dyne:bolic and using the modules of

[PD] FFT and curve3d?

2009-03-10 Thread Hans-Christoph Steiner
Anyone know of a patch that maps an FFT over time to something like a curve3d in Gem? I remember a while back people posted something like that, but I can't find it. .hc All mankind is of one author, and is one

[PD] xbee reading for Pd

2009-03-10 Thread Hans-Christoph Steiner
In case anyone wants to read data from an xbee in Pd, here's a pd that does it, converted from a Max patch: xbee_io_reader.pd Description: Binary data .hc [W]e have invented the technology to eliminate

Re: [PD] FFT and curve3d?

2009-03-10 Thread Claude Heiland-Allen
Hans-Christoph Steiner wrote: Anyone know of a patch that maps an FFT over time to something like a curve3d in Gem? I remember a while back people posted something like that, but I can't find it. .hc I just knocked the attached together, doesn't use curve3d though.. Claude --

Re: [PD] FFT and curve3d?

2009-03-10 Thread Hans-Christoph Steiner
That's quite nice, you are quite the Gem master. I was thinking of a 3D view that incorporates time. That's where the curve3d comes in. .hc On Mar 10, 2009, at 8:37 PM, Claude Heiland-Allen wrote: Hans-Christoph Steiner wrote: Anyone know of a patch that maps an FFT over time to