Re: [PD-dev] Fw: Re: local canvas-only pd_bind

2019-03-19 Thread katja
Regardless of how mouse events are best exposed to the user (via widget or message-to-canvas method), there seems to be consensus that whoever got the most recent mousedown should receive the following mouseup. In a single-touch configuration that is obvious, analogous to a monophonic midi

Re: [PD-dev] local canvas-only pd_bind

2019-03-19 Thread Federico Camara Halac
Hi Katja, et al Just tried this in Mojave, it works really nice! I just made an issue with a bit more info: https://github.com/katjav/pd-mouse-trial/issues/1 Hope it helps! fede On Tue, Mar 19, 2019 at 4:19 PM katja wrote: > Mousepad code is up for inspection at: > >

Re: [PD-dev] local canvas-only pd_bind

2019-03-19 Thread katja
Mousepad code is up for inspection at: https://github.com/katjav/pd-mouse-trial So far it was built on Linux and tested with Pd 0.48 and 0.49, not sure if it will work right away on other platforms. The implementation is unconventional; it doesn't use the iemgui framework and replaces Tk