Re: [PD] pdp_freeframe and pdp_fei0r for OSX: pix_freeframe update??

2009-10-31 Thread Pagano, Patrick
pdp_frei0r needs a [pdp_convert image/YCrCb/*] on it for anyone who is trying as well. Does anyone have a suggestion on how to get a usuable set of FreeFrame plugins working with pdp_freeframe? Or perhaps can pix_freeframe be modified so that you can select the plugins with selector like

Re: [PD] pd-extended build on 9.10 feat. pidip error

2009-10-31 Thread olsen
thanks to andrás other brains seems like mr.braindead almost hit the target: looks like a pd package what i got here. well almost - starting pd with Error in startup script: couldn't read file /usr/lib/pd/tcl/pd-gui.tcl: no such file or directory a quick hack by copying the tcl folder to the

[PD] problem with pd~ and GEM

2009-10-31 Thread Jaime Oliver
Hi all, I am using pd-0.42-5 and recent GEM from svn in fedora 10. I am trying to call a pd~-subpatch with live video in GEM from an audio parent patch. everything works fine on it's own instance. I have started pd~ with the args: pd~ -ninsig 2 -noutsig 2 -fifo 20 pd~ -ninsig 0 -noutsig 0

Re: [PD] problem with pd~ and GEM

2009-10-31 Thread cyrille henry
hello, the problem is certainly that you must start audio computing with a loadbang on your subpatch, because pd~ objects scheduling is based on audio signal. if you don't start audio, then pd~ don't do anything. i did a project using a pd~ subpatch to render graphics with Gem, and everything

Re: [PD] problem with pd~ and GEM

2009-10-31 Thread Jaime Oliver
indeed that solved it, thanks, J On Sat, Oct 31, 2009 at 4:59 AM, cyrille henry c...@chnry.net wrote: hello, the problem is certainly that you must start audio computing with a loadbang on your subpatch, because pd~ objects scheduling is based on audio signal. if you don't start audio,

[PD] is there an object that emits bang when a subpatcher is restored?

2009-10-31 Thread Ivica Ico Bukvic
I guess the title says it all. Instead of a loadbang, this thing would emit a bang whenever a patcher is restored (e.g. [pd something] is closed by default, and every time it is restored, obviously after being closed it would emit a bang from this object). Is there such a thing? Ico

Re: [PD] is there an object that emits bang when a subpatcher is restored?

2009-10-31 Thread jurgen
try [closebang] - read help file Jurgen On Oct 31, 2009, at 9:23 PM, Ivica Ico Bukvic wrote: I guess the title says it all. Instead of a loadbang, this thing would emit a bang whenever a patcher is restored (e.g. [pd something] is closed by default, and every time it is restored, obviously

Re: [PD] is there an object that emits bang when a subpatcher is restored?

2009-10-31 Thread Mathieu Bouchard
On Sat, 31 Oct 2009, Ivica Ico Bukvic wrote: I guess the title says it all. Not to be confused with #X restore ... Instead of a loadbang, this thing would emit a bang whenever a patcher is restored (e.g. [pd something] is closed by default, and every time it is restored, obviously after

Re: [PD] is there an object that emits bang when a subpatcher is restored?

2009-10-31 Thread Ivica Ico Bukvic
On Sat, 2009-10-31 at 21:43 +0800, jurgen wrote: try [closebang] - read help file Jurgen Thanks for the info! However, this works when closing the entire patch but not sub-patchers. Likewise, I would need something that bangs when you open sub-patchers. I guess restore was the wrong

Re: [PD] is there an object that emits bang when a subpatcher is restored?

2009-10-31 Thread Frank Barknecht
Hallo, Ivica Ico Bukvic hat gesagt: // Ivica Ico Bukvic wrote: On Sat, 2009-10-31 at 21:43 +0800, jurgen wrote: try [closebang] - read help file Jurgen Thanks for the info! However, this works when closing the entire patch but not sub-patchers. Likewise, I would need something that

[PD] sel doesn't recognize tabread-values

2009-10-31 Thread Mirko Maier
hi list, does anybody know why sel doesn't recognize a value from an array? see attached pd patch, running on pd 0.39 thanx- mirko #N canvas 107 125 706 381 12; #N canvas 0 0 450 300 graph3 0; #X array array1 10 float 3; #A 0 0.0428575 -0.657144 -0.642859 -0.614287 -0.585716 -0.557144

Re: [PD] sel doesn't recognize tabread-values

2009-10-31 Thread Jack
It works fine here. pd-ext 0.41.4 Ubuntu 9.04 ++ Jack Le samedi 31 octobre 2009 à 15:40 +0100, Mirko Maier a écrit : hi list, does anybody know why sel doesn't recognize a value from an array? see attached pd patch, running on pd 0.39 thanx- mirko #N canvas 107 125 706 381 12; #N

Re: [PD] pd-extended build on 9.10 feat. pidip error

2009-10-31 Thread Hans-Christoph Steiner
Sounds like you are building 'trunk'. To build Pd-extended 0.42.5, you'll need to follow the between releases instructions: http://puredata.info/docs/developer/GettingPdSource .hc On Oct 31, 2009, at 5:39 AM, olsen wrote: thanks to andrás other brains seems like mr.braindead almost hit

Re: [PD] OS X 10.6

2009-10-31 Thread Hans-Christoph Steiner
The build machines are 10.4, with a part time 10.5/intel machine. No plans for me to do anything with 10.6 any time soon. .hc On Oct 31, 2009, at 12:55 AM, Phil Stone wrote: Hello, Has anyone had any luck compiling Pd-Extended for Snow Leopard? Is it close to showing up in the

Re: [PD] pd-extended build on 9.10 feat. pidip error

2009-10-31 Thread Hans-Christoph Steiner
I forgot to mention, I just changed the font from Bitstream Vera to DejaVu in SVN. .hc On Oct 31, 2009, at 11:05 AM, Hans-Christoph Steiner wrote: Sounds like you are building 'trunk'. To build Pd-extended 0.42.5, you'll need to follow the between releases instructions:

Re: [PD] sel doesn't recognize tabread-values

2009-10-31 Thread Mirko Maier
thank you, strange, after restarting it worked. the unexplainable reason is that i loaded the array values with soundfiler. after that, sel doesn't recognize the values (only after restarting pd). greets mirko Original-Nachricht Datum: Sat, 31 Oct 2009 15:55:23 +0100 Von:

Re: [PD] sel doesn't recognize tabread-values

2009-10-31 Thread Claude Heiland-Allen
http://lists.puredata.info/pipermail/pd-list/2005-03/026639.html Testing for equality is problematic. Two computational sequences that are mathematically equal may well produce different floating-point values. Programmers often perform comparisons within some tolerance (often a decimal

Re: [PD] pd-extended build on 9.10 feat. pidip error

2009-10-31 Thread ydego...@gmail.com
ola, /usr/lib/pd/extra/pidip/pidip.pd_linux: /usr/lib/pd/extra/pidip/pidip.pd_linux: undefined symbol: quicktime_has_video pidip: can't load library it's been a long time i haven't seen this one this means that you load pidip before loading pdp, or you don't load pdp at all saludos, sevy

[PD] what is the purpose of following options on canvas properties?

2009-10-31 Thread Ivica Ico Bukvic
I am having a hard time understanding what is the purpose of following options on the canvas properties window. they apparently have no effect on 0.42.5: X units per pixel Y units per pixel and X range from/to Y range from/to ico ___

Re: [PD] pd-extended build on 9.10

2009-10-31 Thread olsen
buenas ydego...@gmail.com wrote: ola, /usr/lib/pd/extra/pidip/pidip.pd_linux: /usr/lib/pd/extra/pidip/pidip.pd_linux: undefined symbol: quicktime_has_video pidip: can't load library it's been a long time i haven't seen this one this means that you load pidip before loading pdp, or you

[PD] FFT calculations - Theory help

2009-10-31 Thread Ricardo Lameiro
Hello all, sorry for this question, but I would like to know if is faster to Analyze a sound using FFT, when the sound has more or less harmonics? Is faster if the sound is less complex, or just more accurate? -- Fagote / Contrafagote Bassoon / Contra-bassoon

Re: [PD] FFT calculations - Theory help

2009-10-31 Thread Charles Henry
Nope, practically speaking, the FFT takes the same amount of time, no matter what signal you apply it to. Also, there is no more or less accurate to be concerned about. You'll have to dig pretty deep to find meaningful problems where the FFT gives an inaccurate and bad result. I'm sure there

Re: [PD] is there an object that emits bang when a subpatcher is restored?

2009-10-31 Thread Luke Iannini
On Sat, Oct 31, 2009 at 7:08 AM, Frank Barknecht f...@footils.org wrote: Hallo, Ivica Ico Bukvic hat gesagt: // Ivica Ico Bukvic wrote: On Sat, 2009-10-31 at 21:43 +0800, jurgen wrote: try [closebang] - read help file Jurgen Thanks for the info! However, this works when closing the

Re: [PD] what is the purpose of following options on canvas properties?

2009-10-31 Thread Frank Barknecht
Hallo, Ivica Ico Bukvic hat gesagt: // Ivica Ico Bukvic wrote: I am having a hard time understanding what is the purpose of following options on the canvas properties window. they apparently have no effect on 0.42.5: X units per pixel Y units per pixel and X range from/to Y range