[PD] Moving canvas dialog isnide abstraction doesn't refresh well.

2018-03-23 Thread Loïc Reboursiere
Hi list, first post here ! I'm trying to script the position of the canvas dialog inside an abstraction but the graphics don't refresh at all. The idea is to have a [vradio] object to control the position of the canvas so that it switches to different options inside the abstraction (like bpatcher

Re: [PD] Moving canvas dialog isnide abstraction doesn't refresh well.

2018-03-23 Thread Liam Goodacre
Hi Loïc Th canvas only refreshes if it is open. To get around this problem, you can use a "menu-open" command to open the sub-window right before and "vis 0" right after to close. The whole thing would look something like this: "menu-open, donecanvasdialog 1 1 -1 0 -1 1 1 120 40 10 $1, vis 0"

Re: [PD] Moving canvas dialog isnide abstraction doesn't refresh well.

2018-03-23 Thread Loïc Reboursiere
Perfect ! Thanks ! Loïc 2018-03-23 10:50 GMT+01:00 Liam Goodacre : > Hi Loïc > > Th canvas only refreshes if it is open. To get around this problem, you > can use a "menu-open" command to open the sub-window right before and "vis > 0" right after to close. The whole thing would look something li

Re: [PD] Creating a GUI object on Pd 0.48.1 with keyboard shortcut create two objects on MacOSX

2018-03-23 Thread Jack
It is with : Tk 8.5.19 ++ Jack Le 22/03/2018 à 18:21, Dan Wilcox a écrit : > Ok thanks for checking. > > At least we can confirm it's a system language issue, although I'm > thinking it's more of a bug in Tk. Which version of TK does it display > when you put the log to all? > > I'm wondering

Re: [PD] Creating a GUI object on Pd 0.48.1 with keyboard shortcut

2018-03-23 Thread jean-yves
create two objects on MacOSX (Jack) Date: Fri, 23 Mar 2018 14:19:27 +0100 (GMT+01:00) Reply-To: jean-yves MIME-Version: 1.0 Message-ID: <964950891.5.1521811167720.javamail@gumo.fr> In-reply-to: References: Content-Type: text/html; charset="utf-8" Content-Transfer-Encoding: base64 X-Provags-I

Re: [PD] compiling PD on windows

2018-03-23 Thread rolfm
thanks everyone for your advices. i made 2 major mistakes: 1. i thought it's possible to use /src in Miller's download for Windows. 2. using MSYS2 instead of MSYS2 MINGw32. in both cases one has to provide additional tools and/or the correct path to them in the Windows system. therefore the "

Re: [PD] Creating a GUI object on Pd 0.48.1 with keyboard shortcut

2018-03-23 Thread Jack
The previous JY's message unencrypted : Hi, Same trouble Pd 0.48.1 Osx 10.10.2 I dont know if this is related, but on my system, Keyup object outputs its value immediately after key, when I press a key, not when I release it. Le 23/03/2018 à 14:24, jean-yves a écrit : > create two objects

Re: [PD] reporting the dimensions of a symbol / float atom

2018-03-23 Thread Dan Wilcox
Yes, that's why I suggested looking in there. The relevant variables are: * font_metrics * font_zoom2_metrics * font_measured * font_zoom2_measured The first two are an array of pixel sizes per character used when trying to find the font size that fits. This is done in the fit_font_into_metrics

Re: [PD] compiling PD on windows

2018-03-23 Thread Dan Wilcox
> On Mar 23, 2018, at 3:27 PM, ro...@dds.nl wrote: > > so, with the sources from github i succeeded to make the app. Great! > the verbosity of the output of the whole proces is quite overwhelming for > someone like me. That's normal output for the whole build process. Just let it run until it

Re: [PD] Creating a GUI object on Pd 0.48.1 with keyboard shortcut create two objects on MacOSX

2018-03-23 Thread Dan Wilcox
I can confirm seeing this with a French keyboard mapping and my system set to English. > On Mar 23, 2018, at 11:28 AM, Jack wrote: > > It is with : Tk 8.5.19 > ++ > > Jack > > Le 22/03/2018 à 18:21, Dan Wilcox a écrit : >> Ok thanks for checking. >> >> At least we can confirm it's a system l

Re: [PD] Paper about vcf~ implementation?

2018-03-23 Thread Rich Eakin
Hi there, sorry to raise a dead post.. I'm curious, did you ever end up posting your version of the cpp code somewhere? I'd love to see it if so and try to glean what I can from it. cheers, Rich On Tue, Nov 29, 2016 at 10:53 AM, i go bananas wrote: > Hi, i recently coded it in more 'readable'

Re: [PD] Creating a GUI object on Pd 0.48.1 with keyboard shortcut

2018-03-23 Thread hans w. koch
somehow, i have the feeling that the key repeat rate (set in system preferences) has changed in mac os recently. this might also be the culprit for multiple obect creations: if you press a key and hold it, it is interpreted as several keypresses at key repeat rate. until you turn that off entirel

Re: [PD] Paper about vcf~ implementation?

2018-03-23 Thread Matt Davey
It’s attached the the previous mail ;) On Saturday, March 24, 2018, Rich Eakin wrote: > Hi there, sorry to raise a dead post.. > > I'm curious, did you ever end up posting your version of the cpp code > somewhere? I'd love to see it if so and try to glean what I can from it. > > cheers, > Rich >

Re: [PD] Creating a GUI object on Pd 0.48.1 with keyboard shortcut create two objects on MacOSX

2018-03-23 Thread Dan Wilcox
After some testing, it looks like the issue is how the Tk is handling the Shift key with the French keyboard mapping. For example, the Bang shortcut is bound as: bind all <$::modifier-Shift-Key-B> {menu_send %W bng} bind all <$::modifier-Shift-Key-b> {menu_send %W bng} and the menu item: $myme