Re: [PD] Array indexing for the wind and the birds

2007-10-23 Thread Jamie Bullock
On Tue, 2007-10-23 at 01:00 +0200, Jeff Rose wrote: My real question is how to work with arrays in this manner. I'd like to use [line] objects to generate small sequences that I write into short segments of an array. With a for loop this would be straight forward, but I don't know how to

Re: [PD] [PD-announce] Pd-0.39.3-extended released!

2007-10-23 Thread Jamie Bullock
On Sun, 2007-10-21 at 13:41 -0400, Hans-Christoph Steiner wrote: Finally, it's done! The most polished release of Pd yet. We are further refining Pd into a truly powerful and usable programming platform. Congratulations HC! This is a fantastic achievement. I now have Pd working

Re: [PD] Spectrum graphing amplitude problem

2007-10-23 Thread Andy Farnell
On Mon, 22 Oct 2007 22:48:32 -0500 Charles Henry [EMAIL PROTECTED] wrote: That won't work in sunlight for example. Haven't you ever seen it? (in sunlight that is) As implied, I'm 99% positive I've seen it before. You might still be able to convince me that I haven't ;) I think

Re: [PD] Array indexing for the wind and the birds

2007-10-23 Thread Frank Barknecht
Hallo, Jeff Rose hat gesagt: // Jeff Rose wrote: So I was playing with the FFT example that lets you adjust the gain for frequency bands that gets applied to a plain noise signal. In messing around I found that I could actually make some cool sounds that seemed like rushes of wind and birds

Re: [PD] [pdp_qt][pdp_qt~]: controling the frames

2007-10-23 Thread Javier Garcia
Hans-Christoph Steiner wrote: pdp_qt will play a frame per bang, so just send it 45 bangs. Thanks but that's not what i was looking for. I was working with [pdp_qt~] so I forgot to check [pdp_qt] help patch..There are many more things explained there and i have discovered what i want: I

Re: [PD] Array indexing for the wind and the birds

2007-10-23 Thread Jeff Rose
Whoah, great! Thanks a lot for the tips Frank and Jamie. footils.org looks like a treasure trove of interesting stuff to learn from. I think with this info I can put together the wind and birds patch. I'd kind of like to dig a little more into the dynamic patch question though. It seems

Re: [PD] Array indexing for the wind and the birds

2007-10-23 Thread Frank Barknecht
Hallo, Jeff Rose hat gesagt: // Jeff Rose wrote: I'd kind of like to dig a little more into the dynamic patch question though. It seems like a pretty fundamental design decision or constraint to not handle dynamic creation and deletion of objects within the synthesis engine. Well, yes,

Re: [PD] Array indexing for the wind and the birds

2007-10-23 Thread Patrice Colet
Hi! Frank Barknecht a écrit : Hallo, Jeff Rose hat gesagt: // Jeff Rose wrote: I'd kind of like to dig a little more into the dynamic patch question though. It seems like a pretty fundamental design decision or constraint to not handle dynamic creation and deletion of objects within

Re: [PD] Array indexing for the wind and the birds

2007-10-23 Thread Mathieu Bouchard
On Tue, 23 Oct 2007, Patrice Colet wrote: Also, Jeff, your project about birds sounds very intersting, you certainly know the work of Olivier Messiaen,:). hmm? how does that compare to, say, the work of Roger Whittaker? _ _ __ ___ _ _ _ ... |

[PD] Ubuntu gutsy Debian testing test release

2007-10-23 Thread Hans-Christoph Steiner
I built a Pd-0.39.3-extended release for Debian/testing and Ubuntu Gutsy, try it out and let me know how it works for you: http://autobuild.puredata.info/auto-build/2007-10-23/Pd-0.39.3- extended-debian-testing-i386.deb .hc

Re: [PD] Ubuntu gutsy Debian testing test release

2007-10-23 Thread rez
Great!!! I'll try in a pair of hours in a new installed UbuntuStudio 7.10 (Gutsy) 2007/10/23, Hans-Christoph Steiner [EMAIL PROTECTED]: I built a Pd-0.39.3-extended release for Debian/testing and Ubuntu Gutsy, try it out and let me know how it works for you:

Re: [PD] Array indexing for the wind and the birds

2007-10-23 Thread Andy Farnell
On Tue, 23 Oct 2007 10:44:09 -0400 (EDT) Mathieu Bouchard [EMAIL PROTECTED] wrote: On Tue, 23 Oct 2007, Patrice Colet wrote: Also, Jeff, your project about birds sounds very intersting, you certainly know the work of Olivier Messiaen,:). hmm? how does that compare to, say, the work of

Re: [PD] Array indexing for the wind and the birds

2007-10-23 Thread marius schebella
Frank Barknecht wrote: Well, yes, it was a pretty fundamental decision. Languages like SuperCollider, Nova and Csound to some extent show, that dynamically creating synthesis objects can work in a realtime system as well. and not to forget http://chuck.cs.princeton.edu/ marius.

Re: [PD] Ubuntu gutsy Debian testing test release

2007-10-23 Thread altern
very quick test ... so far so good. thanks for doing it so quickly. enrike Hans-Christoph Steiner(e)k dio: I built a Pd-0.39.3-extended release for Debian/testing and Ubuntu Gutsy, try it out and let me know how it works for you:

Re: [PD] Array indexing for the wind and the birds

2007-10-23 Thread Frank Barknecht
Hallo, Andy Farnell hat gesagt: // Andy Farnell wrote: On Tue, 23 Oct 2007 10:44:09 -0400 (EDT) Mathieu Bouchard [EMAIL PROTECTED] wrote: On Tue, 23 Oct 2007, Patrice Colet wrote: Also, Jeff, your project about birds sounds very intersting, you certainly know the work of Olivier

Re: [PD] Ubuntu gutsy Debian testing test release

2007-10-23 Thread rez
Ok. running after install, Pidip and Ppd requieres the instalation of liblame and libjasper-1.701.s0.1, but I've already have installed it, so I've made a link to my original libjasper version. Machine: Dell M90 with UbuntuStudio 7.10 (Gutsy) works fine! thanks!! 2007/10/23, altern [EMAIL

[PD] [PD-announce] NYC Patching Circle: Tuesday, Oct. 30th

2007-10-23 Thread Hans-Christoph Steiner
http://idmi.poly.edu/patchingcircle Come and make some spooky patches for Halloween!! :D vade will be around with his wonderful shaders for Jitter and soon Pd/ Gem, and Marius Schebella will be hacking on shaders for Pd/Gem. I'll be there breathing easier after finally making a Pd-extended

Re: [PD] Array indexing for the wind and the birds

2007-10-23 Thread Roman Haefeli
On Tue, 2007-10-23 at 14:37 +0200, Jeff Rose wrote: Whoah, great! Thanks a lot for the tips Frank and Jamie. footils.org looks like a treasure trove of interesting stuff to learn from. I think with this info I can put together the wind and birds patch. I'd kind of like to dig a little

Re: [PD] [PD-announce] Pd-0.39.3-extended released!

2007-10-23 Thread Hans-Christoph Steiner
On Oct 23, 2007, at 4:23 AM, Jamie Bullock wrote: On Sun, 2007-10-21 at 13:41 -0400, Hans-Christoph Steiner wrote: Finally, it's done! The most polished release of Pd yet. We are further refining Pd into a truly powerful and usable programming platform. Congratulations HC! This is a

Re: [PD] Array indexing for the wind and the birds

2007-10-23 Thread Mathieu Bouchard
On Tue, 23 Oct 2007, Jamie Bullock wrote: BUT, I don't think dynamic patching in Pd as it currently stands is officially supported (by Miller), It's quite useless to say that, unless you are interested in the philosophical aspects of whether dynamic patching is a feature of pd, what is a

Re: [PD] Array indexing for the wind and the birds

2007-10-23 Thread marius schebella
Roman Haefeli wrote: dynamic patching in pd is done by sending messages to canvasses (patches, subpatches or abstractions). you don't need any externals for dynamic patching. but you _can_ use externals, too. [dyn] will give you the opportunity to create objects dynamically and also

Re: [PD] Ubuntu gutsy Debian testing test release

2007-10-23 Thread Hans-Christoph Steiner
I can't find any code in pdp or pidip that includes the jasper headers. What needs jasper? .hc On Oct 23, 2007, at 2:01 PM, rez wrote: Ok. running after install, Pidip and Ppd requieres the instalation of liblame and libjasper-1.701.s0.1, but I've already have installed it, so I've

Re: [PD] Array indexing for the wind and the birds

2007-10-23 Thread Patrice Colet
Mathieu Bouchard a écrit : On Tue, 23 Oct 2007, Patrice Colet wrote: Also, Jeff, your project about birds sounds very intersting, you certainly know the work of Olivier Messiaen,:). hmm? how does that compare to, say, the work of Roger Whittaker? _ _ __ ___ _

Re: [PD] [PD-dev] SVN?

2007-10-23 Thread Hans-Christoph Steiner
On Oct 23, 2007, at 3:44 PM, Luke Iannini (pd) wrote: Actually, it would be good if you did push the idea. :D I think if we aren't switching to SVN, we really should consider a distributed system. I am just not sure which one is the best one for the Pd community. While Linus' personality is

Re: [PD] Ubuntu gutsy Debian testing test release

2007-10-23 Thread rez
wow... I don't know. Maybe I will perform a new installation in other machine with only Gutsy 7.10 (no ubuntstudio). I'll inform you. regards rez 2007/10/23, Hans-Christoph Steiner [EMAIL PROTECTED]: I can't find any code in pdp or pidip that includes the jasper headers. What needs jasper?

Re: [PD] scroll bug

2007-10-23 Thread Matteo Sisti Sette
actually matteo just wanted to point out that he has already submitted a bug-report to the bug-tracker [1817858] i think he only wanted to raise the priority on a social level. I am really sorry if I annoyed anyone with the double post, but posting the issue to the bug tracker and to the

Re: [PD] Ubuntu gutsy Debian testing test release

2007-10-23 Thread Hans-Christoph Steiner
On Oct 23, 2007, at 4:35 PM, patrick wrote: salut, error on ubuntu gutsy: 2007-10-23/Pd-0.39.3-extended-debian-testing-i386.deb /usr/local/lib/pd/extra/pidip.pd_linux: libmp3lame.so.0: cannot open shared object file: No such file or directory pidip: can't load library after the

Re: [PD] [PD-dev] working towards Pd-0.40.3-extended

2007-10-23 Thread Hans-Christoph Steiner
On Oct 23, 2007, at 7:05 PM, Luke Iannini (pd) wrote: Sounds good to me! I think my biggest blocker-level issues with the extended 0.40.3 builds are the mismatched font-cursor handling in object-boxes with the new fonts, and the inability to use ~/ mtx_*~ and so on (though I believe

Re: [PD] font troubles WAS Re: [PD-dev] working towards Pd-0.40.3-extended

2007-10-23 Thread Hans-Christoph Steiner
I am fine with that as long as the box sizes for the default font face and standard font sizes are the same to the pixel on all platforms. .hc On Oct 23, 2007, at 10:52 PM, Miller Puckette wrote: I agree it would be excellent to have the font come out the same size on all platforms (and