Re: [PD-dev] Finding overlap

2011-04-01 Thread Miller Puckette
Unfortunately not. I've been planning to make this possible for many years but the details get confusing. cheers Miller On Fri, Apr 01, 2011 at 01:10:42PM +0100, Andrew Hassall wrote: Is it possible to find the signal overlap within an external, I know you can find the length and sample rate

Re: [PD-dev] gtk-open-plugin update

2011-04-01 Thread Hans-Christoph Steiner
Hey Lorenzo, I cc'ed pd-dev since this could be generally useful discussion. The save thing works a fair amount different than open, and the messages are hidden within the pd - pd-gui communications. The place to start in finding the File-Save function is to look at what the File-Save or

[PD-dev] erase object text

2011-04-01 Thread yvan volochine
hi, is there a way to erase the text from an object box that's being edited (in tcl) ? I tryed with pdtk_sekectall and pdtk_text_set but I couldn't get it to work (pd keeps the 'old' text). cheers, _y ___ Pd-dev mailing list Pd-dev@iem.at

Re: [PD-dev] erase object text

2011-04-01 Thread Miller Puckette
Can't be done -- the actual text editing is done in Pd and the TCL code is just to display the current state of affairs down in Pd. There might be a way to do it via messages to Pd though -- for instance, simlulating the necessary mouse/keyboard actions. cheers Miller On Fri, Apr 01, 2011 at

Re: [PD-dev] erase object text

2011-04-01 Thread yvan volochine
On 04/01/2011 10:43 PM, Miller Puckette wrote: Can't be done -- the actual text editing is done in Pd and the TCL code is just to display the current state of affairs down in Pd. There might be a way to do it via messages to Pd though -- for instance, simlulating the necessary mouse/keyboard

Re: [PD-dev] gtk-open-plugin update

2011-04-01 Thread Lorenzo Sutton
Dear Hans, Thanks for the hint, indeed that was the save entry! I added the save so now both open and save are working. I also unified the .c sources and the make file in the same dir. Release candidate is here: http://puredata.info/community/projects/software/gtk-open-save/releases/0.2