Re: [PD] Convolution / Impulse Response

2010-01-22 Thread Solen Music
Brilliant. Thanks. A quick test seems to suggest it's quite capable of long IRs. 2010/1/21 Hans-Christoph Steiner h...@at.or.at: partconv~ should be included in Pd-extended. .hc On Jan 20, 2010, at 3:06 AM, Solen Music wrote: Hi, A quick search has led me to believe that partconv~

Re: [PD] content of table is saved in Pd-extended?? was: get the values of an array as a list

2010-01-22 Thread Frank Barknecht
Hallo, Roman Haefeli hat gesagt: // Roman Haefeli wrote: No, I really mean the [table] object. I am irritated, that in Pd-extended its content is saved with the patch, which is not the case on Pd-vanilla. I wonder, if there is really no way not to save table data in Pd-extended. It wasn't

Re: [PD] content of table is saved in Pd-extended?? was: get the values of an array as a list

2010-01-22 Thread Roman Haefeli
Am 22.01.10 11:29 schrieb Frank Barknecht unter f...@footils.org: Hallo, Roman Haefeli hat gesagt: // Roman Haefeli wrote: No, I really mean the [table] object. I am irritated, that in Pd-extended its content is saved with the patch, which is not the case on Pd-vanilla. I wonder, if there

Re: [PD] ppc/linux build issues..

2010-01-22 Thread dmotd
cheers, should have checked the source.. pretty simple, obiously not much demand for big-endian archs these days.. patch attached will add it to the tracker. errordevelo...@gmail.com wrote: hm .. it looks like you should try with GCC 4.3 or .2, 4.4.x is to recent ;) also, if no chances

[PD] GEM pix_mix problem

2010-01-22 Thread Christian Fischer
hi list, some beginner GM problem here when I try to mix a video with a picture with pix_mix, I always get this failure message: [pix_mix]: no method to combine (YUV) and (RGBA) I used for the video and the picture many different color modes. bur even with a bitmap picture the failure

Re: [PD] GEM pix_mix problem

2010-01-22 Thread Max
either convert the colorspaces so they are the same for the pixes you want to mix with pix_mix, or simply stack the two images over each other in the Z axis [1] and manipulate the alpha [2] of the one in the foreground. [1] for instance with [translateXYZ 0 0 -0.01] [2] use [alpha] and

Re: [PD] pd wii remote?

2010-01-22 Thread rene beekman
to chime in on my own request (thanks to all who answered) besides the musiccontroller, i've also found darwiinoscremote, which seems to work fine. free open source, avaialble at http://code.google.com/p/darwiinosc/downloads/list i use this one on os x:

[PD] EeePc (was Re: Help installing pd-extended)

2010-01-22 Thread András Murányi
On Fri, Jan 22, 2010 at 3:17 AM, David dfket...@gmail.com wrote: Thanks. I was thinking of installing a different version of Linux myself, because of all the conflicts I seem to have between different packages. The Asus and Xandros repositories don't seem to be very up-to-date. But I'm

[PD] Drawing lines in gem with alpha fade

2010-01-22 Thread James Dunn
I've been sending x/y values to [curve] to draw some lines in gem and the only way I've been able to get them to stay rendered is to use single buffer mode using [buffer 1( messaged to [gemwin]. Can someone suggest a better method using double buffer perhaps? I would like the lines to fade

[PD] OSC in pd-extended 0.41.4 on Mac OS X Intel

2010-01-22 Thread rene beekman
I have a prebuilt pd-extended 0.41.4 install on an Intel mac running snow leopard, where sendOSC and OSCroute work, but dumpOSC gives a ... couldn't create error the dumpOSC.pd_darwin object does exist in the /Contents/Plugins/osx folder I just tried to re-install from a clean download, same

Re: [PD] pd-gui-rewrite preferences

2010-01-22 Thread András Murányi
Rich E wrote: Hi list, I was just thinking, as I noticed that Hans made it where Apple+, opens the preferences menu on OS X (as does every other native-mac app), why not group all the preferences in one dialog, with sub dialogs? This is how other apps I use on OS X behave and I find it

Re: [PD] pd-gui-rewrite preferences

2010-01-22 Thread Hans-Christoph Steiner
On Jan 22, 2010, at 1:12 PM, András Murányi wrote: Rich E wrote: Hi list, I was just thinking, as I noticed that Hans made it where Apple+, opens the preferences menu on OS X (as does every other native-mac app), why not group all the preferences in one dialog, with sub dialogs? This

Re: [PD] Drawing lines in gem with alpha fade

2010-01-22 Thread cyrille henry
have a look at example 07.texture/08.MotionBlur.pd all you have to do is remplace the teapot with a line that you can draw or not (to make it fade out) Cyrille James Dunn a écrit : I've been sending x/y values to [curve] to draw some lines in gem and the only way I've been able to get them

Re: [PD] Drawing lines in gem with alpha fade

2010-01-22 Thread James Dunn
Thanks - it's interesting but doesn't seem to do quite what I need. Even with a maximum alpha value, I still want the lines to stay on full brightness for longer. Also, I'm drawing some fine lines and there are some weird artefacts like blocks appearing in the trail. Is there something else I

Re: [PD] Drawing lines in gem with alpha fade

2010-01-22 Thread Claude Heiland-Allen
James Dunn wrote: Thanks - it's interesting but doesn't seem to do quite what I need. Even with a maximum alpha value, I still want the lines to stay on full brightness for longer. Also, I'm drawing some fine lines and there are some weird artefacts like blocks appearing in the trail. Is there

Re: [PD] OSC in pd-extended 0.41.4 on Mac OS X Intel

2010-01-22 Thread Hans-Christoph Steiner
You probably need to add a port#. This worked for me: [oscx/dumpOSC 23444] .hc On Jan 22, 2010, at 1:04 PM, rene beekman wrote: I have a prebuilt pd-extended 0.41.4 install on an Intel mac running snow leopard, where sendOSC and OSCroute work, but dumpOSC gives a ... couldn't create

Re: [PD] pd-gui-rewrite preferences

2010-01-22 Thread Rich E
Well, I wanted to take this on if others thought it was a good idea, but my laptop was just stolen from my flat (brand new Macbook Pro!).. arg. Hopefully I can scrape together a linux pc or something soon. If so, I´ll chime back in on this thread for suggestions. rich 2010/1/22 Hans-Christoph