Re: [PD] customizing the new Pd GUI, some examples

2009-09-02 Thread Mathieu Bouchard
On Tue, 1 Sep 2009, Hans-Christoph Steiner wrote: First try throwing extra ints in the #X connect messages in a .pd file, and see if that works. Then try getting those ints in Pd. this is the signature for the connect messages: g_editor.c:gensym("connect"), A_FLOAT, A_FLOAT, A_FLOAT

Re: [PD] customizing the new Pd GUI, some examples

2009-09-02 Thread dmotd
wrote: > > > From: Hans-Christoph Steiner > > Subject: Re: [PD] customizing the new Pd GUI, some examples > > To: "Jonathan Wilkes" > > Cc: "András Murányi" , pd-list@iem.at > > Date: Tuesday, September 1, 2009, 4:10 PM > > > > Trippy. 

Re: [PD] customizing the new Pd GUI, some examples

2009-09-01 Thread András Murányi
at 6:45 AM, Jonathan Wilkes wrote: > Trippy. Even the xlets disappear! > Are segmented patch cords also a possibility now? > > -Jonathan > > --- On *Tue, 9/1/09, Hans-Christoph Steiner * wrote: > > > From: Hans-Christoph Steiner > Subject: Re: [PD] customizing the

Re: [PD] customizing the new Pd GUI, some examples

2009-09-01 Thread Hans-Christoph Steiner
s with iem-guts? -Jonathan --- On Tue, 9/1/09, Hans-Christoph Steiner wrote: From: Hans-Christoph Steiner Subject: Re: [PD] customizing the new Pd GUI, some examples To: "Jonathan Wilkes" Cc: "András Murányi" , pd-list@iem.at Date: Tuesday, September 1, 2009, 4:10 PM Trippy.

Re: [PD] customizing the new Pd GUI, some examples

2009-09-01 Thread Jonathan Wilkes
hange the arguments of the abstraction. Or can you already do this with iem-guts? -Jonathan --- On Tue, 9/1/09, Hans-Christoph Steiner wrote: > From: Hans-Christoph Steiner > Subject: Re: [PD] customizing the new Pd GUI, some examples > To: "Jonathan Wilkes" > Cc: &

Re: [PD] customizing the new Pd GUI, some examples

2009-09-01 Thread Hans-Christoph Steiner
On Sep 1, 2009, at 10:48 AM, dmotd wrote: Hans-Christoph Steiner wrote: Someone should try to write a segmented patch cord plugin, that would be a great test of the plugin idea for the new GUI. I'd be happy to help someone thru the code, and make any reasonable changes. I suspect it'll

Re: [PD] customizing the new Pd GUI, some examples

2009-09-01 Thread dmotd
Hans-Christoph Steiner wrote: > Someone should try to write a segmented patch cord plugin, that would be > a great test of the plugin idea for the new GUI. I'd be happy to help > someone thru the code, and make any reasonable changes. I suspect it'll > be hard to work around the fact that the

Re: [PD] customizing the new Pd GUI, some examples

2009-09-01 Thread Hans-Christoph Steiner
On Sep 1, 2009, at 1:44 AM, Ichabod wrote: 2009/8/31 Hans-Christoph Steiner ... [screenshots] Is the font being changed, or is it just one Pd already uses on a different system than mine? On Mac OS X, the default font is now Monaco, since its included with the OS, and is the standard de

Re: [PD] customizing the new Pd GUI, some examples

2009-09-01 Thread Hans-Christoph Steiner
disappear! Are segmented patch cords also a possibility now? -Jonathan --- On Tue, 9/1/09, Hans-Christoph Steiner wrote: From: Hans-Christoph Steiner Subject: Re: [PD] customizing the new Pd GUI, some examples To: "András Murányi" Cc: pd-list@iem.at Date: Tuesday, September 1, 2009

Re: [PD] customizing the new Pd GUI, some examples

2009-08-31 Thread Ichabod
2009/8/31 Hans-Christoph Steiner > ... > [screenshots] > Is the font being changed, or is it just one Pd already uses on a different system than mine? --Stefán ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredat

Re: [PD] customizing the new Pd GUI, some examples

2009-08-31 Thread Jonathan Wilkes
Trippy.  Even the xlets disappear!Are segmented patch cords also a possibility now?-Jonathan--- On Tue, 9/1/09, Hans-Christoph Steiner wrote:From: Hans-Christoph Steiner Subject: Re: [PD] customizing the new Pd GUI, some examplesTo: "András Murányi" Cc: pd-list@iem.atDate: Tuesday, September 1, 20

Re: [PD] customizing the new Pd GUI, some examples

2009-08-31 Thread Hans-Christoph Steiner
I just made a commit to make this possible.  Check how "hide_cords.tcl" and "editmode_look.tcl" in pd-gui-rewrite.  They are both in pd/startup/disabled, so you'll need to move them to pd/startup to make them load.  They are both triggered by edit mode..hcOn Aug 28, 2009, at 3:48 PM, András Murányi

Re: [PD] customizing the new Pd GUI, some examples

2009-08-31 Thread András Murányi
I wish to hide connections... oh my! I would be happy with a single global option to hide'em in performance mode (ctrl-e). Does it make sense? -- Muranyi Andras ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredat

Re: [PD] customizing the new Pd GUI, some examples

2009-08-30 Thread Peter Plessas
Do it yourself with dynamic patching, the below file suggests the "print" menu item can be triggered using the SoCal'ed internal messages: https://pure-data.svn.sourceforge.net/svnroot/pure-data/trunk/doc/additional/pd-msg/1.msg_and_patch/2.menu.pd i found you have to give the savepath and file

Re: [PD] customizing the new Pd GUI, some examples

2009-08-27 Thread Hans-Christoph Steiner
Hey Jeff, What would this do that a screenshot wouldn't give you? I guess you are thinking automation? You can already 'Print' a patch to a .ps postscript document, it comes out kind of weird though. It would probably be possible as a plugin, but I haven't honestly looked. Triggering

[PD] customizing the new Pd GUI, some examples

2009-08-27 Thread Jeff Sandys
Feature request for new GUI It would be nice to graphically render a patch and save it as a png or other graphic object without starting PD audio or GUI. This would be useful for documentation and web graphics. Could this be done as a customization that Hans mentioned or would it need to be in t

[PD] customizing the new Pd GUI, some examples

2009-08-21 Thread Hans-Christoph Steiner
One of the most important features in the new GUI, IMHO, is the ease of making little Tcl scriptlets to extend the GUI. mescalinum had the idea for making a object browser on the popup menu: http://dl.getdropbox.com/u/89643/pdcreateobjmenu.mpg So I just took that as an example and recoded