[PD] gallery section (Was:Re: [PD-announce] some works done with pd)

2008-07-30 Thread Steffen Juul
Please reply to pdweb to continue this discussion. On 29/07/2008, at 19.36, Hans-Christoph Steiner wrote: This reminds me, we really need that gallery section on puredata.info to show stuff like this off... It was so close to completion, anyone want to take it live? First off, i'm the slack

Re: [PD] Idiomatic Pd

2008-07-30 Thread Frank Barknecht
Hallo, Hans-Christoph Steiner hat gesagt: // Hans-Christoph Steiner wrote: On Jul 29, 2008, at 2:04 PM, Frank Barknecht wrote: I really cannot see where you got the impression that I'm squelching Luke's suggestion, when I briefly expressed a certain personal scepticism regarding style guides

[PD] declare [was: Re: Idiomatic Pd]

2008-07-30 Thread Frank Barknecht
Hallo, Matt Barber hat gesagt: // Matt Barber wrote: When 0.39 begins to wane (so [declare] can be used), ... Careful here: [declare -path ...] is disabled inside of abstractions in Pd-0.41. Right -- but [declare -path ...] is terribly useful for not having a patch's main directory

Re: [PD] Idiomatic Pd

2008-07-30 Thread Chris McCormick
On Tue, Jul 29, 2008 at 09:13:38AM +0200, IOhannes m zmoelnig wrote: * When prepending $0 to a symbol, only add a - to separate it from another number, like [r $0-1stSend]. Otherwise the symbol should immediately follow, like [r $0mySend]. I like using a forward slash (/) since this is

Re: [PD] declare [was: Re: Idiomatic Pd]

2008-07-30 Thread Hans-Christoph Steiner
On Jul 30, 2008, at 4:01 AM, Frank Barknecht wrote: Hallo, Matt Barber hat gesagt: // Matt Barber wrote: When 0.39 begins to wane (so [declare] can be used), ... Careful here: [declare -path ...] is disabled inside of abstractions in Pd-0.41. Right -- but [declare -path ...] is

Re: [PD] declare [was: Re: Idiomatic Pd]

2008-07-30 Thread Frank Barknecht
Hallo, Hans-Christoph Steiner hat gesagt: // Hans-Christoph Steiner wrote: There is consensus if we consider how other programming languages have done it. That sounds a bit like: there is consensus if we drop all other opinions. I'm joking here and smiling very brightly! ;) :-) Ciao --

Re: [PD] declare [was: Re: Idiomatic Pd]

2008-07-30 Thread marius schebella
Hans-Christoph Steiner wrote: If we want to have namespaces working, then I suggest we use the tried-n-true model of other languages. If people are really interested in experimenting with ideas of how to handle namespaces, then we could try other options. Either way, we should start by

Re: [PD] declare [loooooooooooong]

2008-07-30 Thread Frank Barknecht
Hallo, Hans-Christoph Steiner hat gesagt: // Hans-Christoph Steiner wrote: There is consensus if we consider how other programming languages have done it. From what I have seen in Python, Java, and C (and probably many others) there are two options: global and local-to-the- file.

Re: [PD] declare [was: Re: Idiomatic Pd]

2008-07-30 Thread Roman Haefeli
On Wed, 2008-07-30 at 10:01 +0200, Frank Barknecht wrote: Hallo, Matt Barber hat gesagt: // Matt Barber wrote: When 0.39 begins to wane (so [declare] can be used), ... Careful here: [declare -path ...] is disabled inside of abstractions in Pd-0.41. Right -- but [declare

[PD] External midifile (by Martin Peach)

2008-07-30 Thread chi ball
Hi, when I load the midifile-help.pd, pd windows give this errror: error: midifile: unable to open wowo. What does it mean? (I use WinXP) Thank's tuco _ Condividi i tuoi scatti piĆ¹ belli con Raccolta foto di Windows Live!

Re: [PD] declare [was: Re: Idiomatic Pd]

2008-07-30 Thread marius schebella
Roman Haefeli wrote: On Wed, 2008-07-30 at 10:01 +0200, Frank Barknecht wrote: Hallo, Matt Barber hat gesagt: // Matt Barber wrote: When 0.39 begins to wane (so [declare] can be used), ... Careful here: [declare -path ...] is disabled inside of abstractions in Pd-0.41. Right -- but

[PD] libraries not loading in Pd-extended .40.3

2008-07-30 Thread Mike Moser-Booth
I just installed the new Pd-extended .40.3 on OSX 10.4 and got this in the console window: cyclone: can't load library zexy: can't load library cxc: can't load library ext13: can't load library /Applications/Pd-extended.app/Contents/Resources/extra/fftease.pd_darwin:

Re: [PD] declare [loooooooooooong]

2008-07-30 Thread Hans-Christoph Steiner
On Jul 30, 2008, at 3:35 PM, Frank Barknecht wrote: Hallo, Hans-Christoph Steiner hat gesagt: // Hans-Christoph Steiner wrote: There is consensus if we consider how other programming languages have done it. From what I have seen in Python, Java, and C (and probably many others) there are