Re: [PD] Getting pointer coords in patcher windows

2016-12-09 Thread IOhannes m zmölnig
On 12/10/2016 06:34 AM, Derek Kwan wrote: > Are there > issues with freeing the proxy directly with the parent's free method? well, otherwise it will crash when you send a "clear" message to the canvas (which will be received by [receivecanvas] that was just deleted). the entire receiver-proxy is

Re: [PD] Getting pointer coords in patcher windows

2016-12-09 Thread Derek Kwan
> On 12/09/2016 06:24 AM, Derek Kwan wrote: > > Hello, > > > > external object class was instantiated. The latter sounds trickier and I > > haven't got there yet, but for the former I'm trying [winfo pointerx > > $::focused_window] > > check out iemgut's [canvasreceive]. > check out the pdtk_can

Re: [PD] -listdev not working on linux without -stderr?

2016-12-09 Thread IOhannes m zmölnig
On 12/08/2016 01:05 PM, Peter P. wrote: > Hi, > > trying Pd-0.47.1 ("") compiled for Debian (0.47.1-3) and the -listdev > startup flag does not post any devices to the Pd window unless -stderr > is specified as well. Is this intentional? i think it's a race condition: the output of listdev gets s

Re: [PD] Getting pointer coords in patcher windows

2016-12-09 Thread IOhannes m zmölnig
On 12/09/2016 06:24 AM, Derek Kwan wrote: > Hello, > > external object class was instantiated. The latter sounds trickier and I > haven't got there yet, but for the former I'm trying [winfo pointerx > $::focused_window] check out iemgut's [canvasreceive]. check out the pdtk_canvas_motion{} func,

Re: [PD] GUI plugins questions

2016-12-09 Thread Roman Haefeli
On Tue, 2016-12-06 at 10:02 +0100, IOhannes m zmoelnig wrote: > On 2016-12-06 09:17, Roman Haefeli wrote: > > > > I'm considering making a GUI plugin part of distributable Pd > > project. > > Now, I wonder if: > > > >   * a GUI plugin from the project's path instead of a Pd's standard > > sea