Re: [PD] text3d and general pd compiling problems on OSX tiger

2007-03-28 Thread IOhannes m zmoelnig
Hans-Christoph Steiner wrote: Ideally, FTGL would be included in GemLibs since it's not included in any of the package systems. i don't know which debian you are using, but at least since woody ftgl-dev is part of the distros that i have access to. (i noticed that ftgl-support is missing

Re: [PD] Zexy object urn bug?

2007-03-28 Thread IOhannes m zmoelnig
Bosko Milakovic wrote: Hm. Is it possible that when it's done urn will just bang to second outlet without empty bang? technically it is simple. the problem is rather from a philosophical point of view: i rather not have objects trigger outlets from left to right. unless i have some simple

Re: [PD] Real-time frequency filtering and analysis

2007-03-28 Thread Roman Haefeli
without having read your mail completely, i'd suggest having a look at the [fiddle~] external, that ships with pd. roman On Tue, 2007-03-27 at 23:20 -0500, Jared wrote: Summary: I'm interested in capturing audio through a microphone and, in real time, determining which frequency range (from a

Re: [PD] Real-time frequency filtering and analysis

2007-03-28 Thread Luigi Rensinghoff
What about filterbank in unauthorized ? wouldnt that be an approach as well ? Am 28.03.2007 um 10:23 schrieb Roman Haefeli: without having read your mail completely, i'd suggest having a look at the [fiddle~] external, that ships with pd. roman On Tue, 2007-03-27 at 23:20 -0500, Jared

Re: [PD] Real-time frequency filtering and analysis

2007-03-28 Thread padawan12
fft~ + pique /doc/4.fft.examples sinedecomposer.pd might give you some ideas On Tue, 27 Mar 2007 23:20:31 -0500 Jared [EMAIL PROTECTED] wrote: Summary: I'm interested in capturing audio through a microphone and, in real time, determining which frequency range (from a set range of

Re: [PD] Some new [list]-abs: functional list processing

2007-03-28 Thread Frank Barknecht
Hallo, Frank Barknecht hat gesagt: // Frank Barknecht wrote: CVS just saw three new abstractions for the [list]-abs collection, that have been inspired by the functional programming functions map, reduce and filter, known from Python and elsewhere. I attached the patches to this mail as well.

Re: [PD] HRTF

2007-03-28 Thread Chuckk Hubbard
On 3/28/07, Chris McCormick [EMAIL PROTECTED] wrote: On Tue, Mar 27, 2007 at 08:37:46PM -0400, Chuckk Hubbard wrote: Was PD previously under GPL? No. Frank explained to me that Pd-extended is under GPL. I have to go back and revise the package I created, if only to add the Berkley license

Re: [PD] HRTF

2007-03-28 Thread Chuckk Hubbard
On 3/28/07, Chris McCormick [EMAIL PROTECTED] wrote: On Tue, Mar 27, 2007 at 10:50:11PM +0200, Frank Barknecht wrote: You can embed Pd into a proprietary software and apart from telling, that you did so, you have no further obligations (that's why Max can use parts of Pd inside). With

Re: [PD] HRTF

2007-03-28 Thread IOhannes m zmoelnig
Chuckk Hubbard wrote: On 3/28/07, Chris McCormick [EMAIL PROTECTED] wrote: On Tue, Mar 27, 2007 at 08:37:46PM -0400, Chuckk Hubbard wrote: Was PD previously under GPL? No. Frank explained to me that Pd-extended is under GPL. I have to go back and revise the package I created, if only to

Re: [PD] Some new [list]-abs: functional list processing

2007-03-28 Thread marius schebella
hello frank, very nice abstractions. I recntly also started using the new features of lists. what I miss is a split -1 (a split with negative values, which would split by counting from the right side). I have some other ideas, like speedlim, which works different than the speedlim of thomas

Re: [PD] Some new [list]-abs: functional list processing

2007-03-28 Thread marius schebella
jesus, this was always in front of my nose! thnx! marius. Frank Barknecht wrote: Hallo, marius schebella hat gesagt: // marius schebella wrote: very nice abstractions. I recntly also started using the new features of lists. what I miss is a split -1 (a split with negative values, which

Re: [PD] Real-time frequency filtering and analysis

2007-03-28 Thread Jamie Bullock
Hi Jared, On Tue, 2007-03-27 at 23:20 -0500, Jared wrote: Summary: I'm interested in capturing audio through a microphone and, in real time, determining which frequency range (from a set range of frequencies) has the maximum level. This would be used to determine which note is loudest

[PD] pdj help_class ... couldn't create

2007-03-28 Thread Federico Fontana
Dear pd-list, I have Pd 0.40-2 running under WinXP,a nd want to install the pdj dll's and API's. After installing under the folder C:\Programmi\pd\pdj the files contained in pdj-0.8.2-win32.zip (yes, I'm writing from Italy), along with including msvcr71d.dll inside C:\Programmi\pd\bin, and

Re: [PD] Cymatics/Chladni figures simulation

2007-03-28 Thread Martin Peach
Cesare Marilungo wrote: Martin Peach wrote: Charles Henry wrote: The sand still could be tricky... you would maybe have the individual particles at random locations, initially, and compute a gradient of the vibrations to determine movements. When I saw the

[PD] RE : Re: Audio drops when using readsf~ with large sound files

2007-03-28 Thread david lemarechal
Thanks for answering, IOhannes, you were right, now it works fine. What I did : - enlarged the buffersize of readsf~ - increased audiobuffer (I'm at 100 ms, but I think I can go below) - created a huge 8 channels audio file read by a [readsf~ 8 1e008], and It seems to be the more efficient

Re: [PD] Cymatics/Chladni figures simulation

2007-03-28 Thread Charles Henry
The patterns probably depend on the stiffness of the plate/membrane as well as its shape, and the grain size and density of the sand. It should depend on stiffness, density and shape. The speed of sound in a material is sqrt(stiffness/density). The partial differential equation for waves

Re: [PD] Real-time frequency filtering and analysis

2007-03-28 Thread Charles Henry
filtering in general may not be the best approach because some of your partials from one xylophone note will overlap with other note's partials. They are inharmonic complex tones, which are not so easy to predict you'll probably have to measure the frequencies of each note of your xylophone

Re: [PD] Cymatics/Chladni figures simulation

2007-03-28 Thread Charles Henry
Robin - 1st order differential equation (specifies a constant phase difference between incoming/reflected waves) for accuracy sake the phase difference is dependent on frequency (it works like an impedance) ___ PD-list@iem.at mailing list

[PD] Some Fuzzy Logic stuff you might be interested in...

2007-03-28 Thread Mike McGonagle
Hi All, A couple of weeks ago I had asked about some Fuzzy Logic externals for PD, and last night I found an article that describes just that... You might want to check out his stuff, as it looks really good. I have not had a chance to test out the external, yet, but the article is a good read.

Re: [PD] ann - usage/example - question

2007-03-28 Thread [EMAIL PROTECTED]
Would you think - or did someone already try it - that it is possible to recognize certain musical patterns or scales or phrases to trigger a special output and with that change the preset. ann cannot work at audio rate, it would be way too intensive and you would miss the needed

Re: [PD] Some Fuzzy Logic stuff you might be interested in...

2007-03-28 Thread Georg Holzmann
Hallo! Is the author of this external also on this list ? Otherwise I will try to contact him to get these into the pd cvs ... Hm ... I just have noticed that he didn't publish the source ... so I will ask him ... LG Georg ___ PD-list@iem.at

Re: [PD] Some Fuzzy Logic stuff you might be interested in...

2007-03-28 Thread Frank Barknecht
Hallo, Mike McGonagle hat gesagt: // Mike McGonagle wrote: A couple of weeks ago I had asked about some Fuzzy Logic externals for PD, and last night I found an article that describes just that... You might want to check out his stuff, as it looks really good. I have not had a chance to test

Re: [PD] evolutive

2007-03-28 Thread padawan12
Generative work you make in Pd could be sent to a sequencer as midi then loaded into a program like Lillypond or Finale to print out. On Wed, 28 Mar 2007 19:19:22 + josue moreno [EMAIL PROTECTED] wrote: hi everyone, im making a research project about computer asisted

Re: [PD] Some Fuzzy Logic stuff you might be interested in...

2007-03-28 Thread David Powers
This is amazing, because I was just wondering about trying out fuzzy logic in PD last night, and ... SURPRISE ... here it is this morning! Can't wait to try these out next week. ~David On 3/28/07, Frank Barknecht [EMAIL PROTECTED] wrote: Hallo, Mike McGonagle hat gesagt: // Mike McGonagle

Re: [PD] Cymatics/Chladni figures simulation

2007-03-28 Thread Max Neupert
Am 28.03.2007 um 16:32 schrieb Martin Peach: The patterns probably depend on the stiffness of the plate/membrane as well as its shape, and the grain size and density of the sand. By actually dr. hans jenny used a special pollen (lycopodium spores), not sand. because sand has a crystalline

Re: [PD] evolutive

2007-03-28 Thread marius schebella
what are you looking for? works, ideas, links? I am working on dynamic patch creation from dna extractions and snipping and mutating the code to get new results, I guess that is kind of evolutive, but I don't have a workflow for that yet. marius. josue moreno wrote: hi everyone, im

Re: [PD] Real-time frequency filtering and analysis

2007-03-28 Thread Chuckk Hubbard
Airhorns. -Chuckk On 3/28/07, Charles Henry [EMAIL PROTECTED] wrote: filtering in general may not be the best approach because some of your partials from one xylophone note will overlap with other note's partials. They are inharmonic complex tones, which are not so easy to predict

[PD] I can't create Gem objects

2007-03-28 Thread Javier García
Hi, I have just installed an extended release of puredata (Pd-0.39.2-extended-test6-linux-i686) on Ubuntu Edgy. It worked, but I tried to create a Gem object and it didnt work...whats the problem? _ Dale rienda suelta a tu tiempo

Re: [PD] [sqosc~]-issues

2007-03-28 Thread Martin Peach
Roman Haefeli wrote: hi again i've come a bit closer to the source of the problem: when i load patch that contains a [sqosc~], whose first inlet~ is connected with a tilde-object, that sends a zero-signal immediately after loading the patch (e.g [line~]), the first outlet~ of [sqosc~]

Re: [PD] I can't create Gem objects

2007-03-28 Thread Hans-Christoph Steiner
Sounds like the library isn't loaded. Did you install the .pdsettings file following the instructions in the readme? .hc On Mar 28, 2007, at 5:21 PM, Javier García wrote: Hi, I have just installed an extended release of puredata (Pd-0.39.2-extended-test6-linux-i686) on Ubuntu Edgy. It

Re: [PD] text3d and general pd compiling problems on OSX tiger

2007-03-28 Thread Hans-Christoph Steiner
On Mar 28, 2007, at 3:03 AM, IOhannes m zmoelnig wrote: Hans-Christoph Steiner wrote: Ideally, FTGL would be included in GemLibs since it's not included in any of the package systems. i don't know which debian you are using, but at least since woody ftgl-dev is part of the distros that i

Re: [PD] Real-time frequency filtering and analysis

2007-03-28 Thread Jaime Oliver
you could also check sigmund~ it will give you a list of frequencies and amplitudes in order of amplitude. J I think this just reinforces what everyone is saying about the errors. Either you make it into a crazy competition to vote by banging your note the loudest and the mostest, or you

Re: [PD] attack/release for spectral gate [was: is this a spectral gate?]

2007-03-28 Thread Kevin McCoy
Hi Chuck! Actually I was working on it tonight. The problem with it is that it is too harsh and leaves too many artifacts on the signal right now because the binary [~] from zexy needs to be smoothed out with attack/release that persists across different blocks in time. What I tried tonight