Re: [PD] [PD-announce] 0.50-0 released

2019-08-20 Thread Alexandre Torres Porres
Em ter, 20 de ago de 2019 às 01:01, Miller Puckette escreveu: > To Pd-announce: > > Pd version 0.50-0 is available on http://msp.ucsd.edu/software.htm > or (source only) via github: https://github.com/pure-data/pure-data. > > Several problems with zooming from 0.50test1 are fixed. There are nume

Re: [PD] [PD-announce] 0.50-0 released

2019-08-20 Thread Jack
Hi Miller, The shortcut (CTRL+K) still doesn't work to "Disconnect Selection" (in the menu Edit). Maybe I missed something ? - Selecting 2 connected [t b] => "Disconnect Selection" doesn't work - Selecting the thread of 2 connected [t b] => "Disconnect Selection" doesn't work My configuration :

Re: [PD] [PD-announce] 0.50-0 released

2019-08-20 Thread IOhannes m zmölnig
On 8/20/19 3:11 PM, Jack wrote: > Hi Miller, > > The shortcut (CTRL+K) still doesn't work to "Disconnect Selection" (in > the menu Edit). > Maybe I missed something ? > > - Selecting 2 connected [t b] => "Disconnect Selection" doesn't work > - Selecting the thread of 2 connected [t b] => "Disconn

Re: [PD] [PD-announce] 0.50-0 released

2019-08-20 Thread Jack
Hi IOhannes, Le 20/08/2019 à 15:24, IOhannes m zmölnig a écrit : > On 8/20/19 3:11 PM, Jack wrote: >> Hi Miller, >> >> The shortcut (CTRL+K) still doesn't work to "Disconnect Selection" (in >> the menu Edit). >> Maybe I missed something ? >> >> - Selecting 2 connected [t b] => "Disconnect Selectio

Re: [PD] [PD-dev] First complete keyboard navigation prototype

2019-08-20 Thread Christof Ressi
Hi,   > Also this value will be set manually in the code or is there anyway to set it via some config file/some other way?   here's what you usually do:   #ifndef HAVE_KEYBOARDNAV #define HAVE_KEYBOARDNAV 0 /* pick your default value */ #endif   This makes sure that HAVE_KEYBOARDNAV is a

Re: [PD] [PD-announce] 0.50-0 released

2019-08-20 Thread Miller Puckette
I think a good policy would eb to fix show-stoppers and any bugs that are in 0.50 that weren't already in 0.49 - but only to fix non-critical "old" bugs for future releases. This is because fixing bugs often causes other, worse ones! cheers Miller On Tue, Aug 20, 2019 at 04:40:54AM -0300, Alexan

[PD] "game over 0.3.1" - audio-visual game performance

2019-08-20 Thread Christof Ressi
Hi, I've already shared this on the FB group, so apologies for cross-posting! "game over" - an interactive audio-visual performance for augmented clarinet and custom 2D game engine. https://vimeo.com/295208489 Pd is used exclusively as the sound engine. Have fun :-) Christof _

Re: [PD] [PD-announce] 0.50-0 released

2019-08-20 Thread Alexandre Torres Porres
Em ter, 20 de ago de 2019 às 16:11, Miller Puckette escreveu: > I think a good policy would eb to fix show-stoppers and any bugs that are > in > 0.50 that weren't already in 0.49 - but only to fix non-critical "old" bugs > for future releases. This is because fixing bugs often causes other, wors