[PD] FW: PD OOP?

2010-12-18 Thread Andrew Faraday
From: jbtur...@hotmail.com To: ma...@artengine.ca Subject: RE: [PD] PD OOP? Date: Fri, 17 Dec 2010 23:24:46 + I'm considering, next time I get time to really focus on some PD, writing some kind of abstraction for [shell] and irb. Although I realize this might be really clunky to op

Re: [PD] PD OOP?

2010-12-18 Thread Andrew Faraday
I understand the haiku analogy is about code being short, eloquent and saying what needs to be said in relatively few words. To be honest, programming is much like actual language in that it relies on layers and layers of abstraction before it can actually be deciphered. If you consider a simpl

Re: [PD] call for testers for L2Ork iteration of pd-extended (based on 0.42.x branch)

2010-12-18 Thread Mathieu Bouchard
On Tue, 14 Dec 2010, Jonathan Wilkes wrote: --- On Wed, 12/15/10, Mathieu Bouchard wrote: It seems that Pd on Windows takes several times more time instantiating abstractions than on Linux and OSX, especially with a full-blown path of 40 folders or so. This could be mostly fixed if Claude's abs

Re: [PD] mix_movement and pix_mean_color

2010-12-18 Thread Mathieu Bouchard
On Wed, 15 Dec 2010, Jack wrote: Le mardi 14 décembre 2010 à 18:18 -0500, Mathieu Bouchard a écrit : [alpha] in itself doesn't modify a pix, it only activates the use of the alpha channel in a tex, No, it activate alpha blending in the fragment processor, so on a geo after resterization or/and

Re: [PD] L2Ork Pd update now available

2010-12-18 Thread Ivica Ico Bukvic
20101217 snapshot fixes: *implemented Jonathan Wilkes' patch for select object that allows mixed arguments (symbols and floats) *further fixes to the build script *nlet highlighting should not be brought to front as that causes weird graphical glitches with "to front/back" tool http://l2ork.music

Re: [PD] L2Ork Pd update now available

2010-12-18 Thread Hans-Christoph Steiner
On Dec 17, 2010, at 9:35 AM, Mathieu Bouchard wrote: On Wed, 15 Dec 2010, Hans-Christoph Steiner wrote: I believe he means I split out each objectclass into its own file, like Java does. That allows us to use namespaces prefixes like zexy/symbol2list. There are other ways to introduce n

[PD] Ubumenu?

2010-12-18 Thread Jose Luis Santorcuato
Hello list, I wondered if there was any object as umenu or ubumenu , i know, I can make lists but would like something faster ... Greetings!! José (the snorer) -- http://arselectronicachile.blogspot.com http://comunicacionnativa.blogspot.com/ http://www.myspace.com/santorcuato __

Re: [PD] Ubumenu?

2010-12-18 Thread Hans-Christoph Steiner
If you want a popup menu, you probably want [popup]. .hc On Dec 18, 2010, at 11:45 AM, Jose Luis Santorcuato wrote: Hello list, I wondered if there was any object as umenu or ubumenu , i know, I can make lists but would like something faster ... Greetings!! José (the snorer) -- http://arsel

Re: [PD] Ubumenu?

2010-12-18 Thread Jose Luis Santorcuato
Thanks Hans...ill try... José 2010/12/18 Hans-Christoph Steiner : > > If you want a popup menu, you probably want [popup]. > > .hc > > On Dec 18, 2010, at 11:45 AM, Jose Luis Santorcuato wrote: > >> Hello list, I wondered if there was any object as umenu or ubumenu , i >> know, I can make lists b

Re: [PD] Ubumenu?

2010-12-18 Thread Jose Luis Santorcuato
Hi Hans, thanks a lot, solved... Works fine! José 2010/12/18 Jose Luis Santorcuato : > Thanks Hans...ill try... > > José > > 2010/12/18 Hans-Christoph Steiner : >> >> If you want a popup menu, you probably want [popup]. >> >> .hc >> >> On Dec 18, 2010, at 11:45 AM, Jose Luis Santorcuato wrote:

Re: [PD] Ubumenu?

2010-12-18 Thread András Murányi
...or [widget popup SomeName] from toxy - my preference because the font and the box size can be set very neatly (see the help browser: Pure Data/examples/toxy/popup-test.pd) Andras On Sat, Dec 18, 2010 at 8:47 PM, Hans-Christoph Steiner wrote: > > If you want a popup menu, you probably want [po

Re: [PD] Ubumenu?

2010-12-18 Thread Ivica Ico Bukvic
On Sat, 2010-12-18 at 11:47 -0800, Hans-Christoph Steiner wrote: > If you want a popup menu, you probably want [popup]. > > .hc Except with the omission of the flatspace from the latest svn, you can't (instead the popup invoked is an abstraction from iemlib which BTW is missing pop and thus does

Re: [PD] Ubumenu?

2010-12-18 Thread Hans-Christoph Steiner
On Dec 18, 2010, at 1:45 PM, Ivica Ico Bukvic wrote: On Sat, 2010-12-18 at 11:47 -0800, Hans-Christoph Steiner wrote: If you want a popup menu, you probably want [popup]. .hc Except with the omission of the flatspace from the latest svn, you can't (instead the popup invoked is an abstrac

Re: [PD] Ubumenu?

2010-12-18 Thread Ivica Ico Bukvic
> I really should finish the tkwidgets library... that said, trunk is > not necessarily representative of what the release looks like. If > anyone wants to take on the maintenance of flatspace, then it could be > in the next release. I prefer to focus my efforts on a better widget > libr

Re: [PD] Ubumenu?

2010-12-18 Thread Hans-Christoph Steiner
On Dec 18, 2010, at 2:08 PM, Ivica Ico Bukvic wrote: I really should finish the tkwidgets library... that said, trunk is not necessarily representative of what the release looks like. If anyone wants to take on the maintenance of flatspace, then it could be in the next release. I prefer

Re: [PD] Ubumenu?

2010-12-18 Thread Ivica Ico Bukvic
> > Speaking of which, where does the release tree live in terms of SVN > > checkout? Also, any idea why iemlib/popup.pd is not working? Is this a > > defunct object? It is looking for a pop object and that is nowhere > > to be > > found as a source/binary/abstraction. > > > > Ico > > I just up

Re: [PD] Ubumenu?

2010-12-18 Thread Jose Luis Santorcuato
=) Thanks friends Best regards from Chile José 2010/12/18 Ivica Ico Bukvic : > >> > Speaking of which, where does the release tree live in terms of SVN >> > checkout? Also, any idea why iemlib/popup.pd is not working? Is this a >> > defunct object? It is looking for a pop object and that is

Re: [PD] L2Ork Pd update now available

2010-12-18 Thread Mathieu Bouchard
On Sat, 18 Dec 2010, Hans-Christoph Steiner wrote: On Dec 17, 2010, at 9:35 AM, Mathieu Bouchard wrote: There are other ways to introduce namespace prefixes. It can be done rather easily, in much less work than it takes to handle all the explosions of libraries, the hexloader, the symlinks and

Re: [PD] libraries in Pd-extended 0.43

2010-12-18 Thread Mathieu Bouchard
On Tue, 14 Dec 2010, Jonathan Wilkes wrote: Yeah, so currently I have links inside canvas-help.pd to table-help.pd, pd-help.pd, graph-help.pd, and a special note about "Put" menu arrays with a link to array-help.pd. array-help.pd is necessary to have there because triggering the help patch fo

Re: [PD] Ubumenu?

2010-12-18 Thread Ivica Ico Bukvic
On Sat, 2010-12-18 at 17:32 -0500, Ivica Ico Bukvic wrote: > any idea why iemlib/popup.pd is not working? Is this a > > > defunct object? It is looking for a pop object and that is nowhere > > > to be > > > found as a source/binary/abstraction. Please allow me to redirect the same question to th

[PD] Web browser?

2010-12-18 Thread Jose Luis Santorcuato
Hi List, me again!, hahaha, I write query by some message or object that allows me to go to a website without having to leave pd, just bang and open the browser or a popup in pd ... maybe Yves library?, any alternative? Best regards José -- http://arselectronicachile.blogspot.com http://comunic

Re: [PD] editmode_look-plugin error

2010-12-18 Thread Hans-Christoph Steiner
I just checked in a hopefully fixed version in to pure-data SVN. .hc On Dec 17, 2010, at 4:45 AM, ALAN BROOKER wrote: Hi The gui plugin editmode_look-plugin. is very nice but when ever I try to add an array, click on an object to change the properties or go into preferences to change the