[PD] pd 0.45.2

2013-08-29 Thread Olivier Baudry
Dear all, in first point After a little test of pd.0.45.2 on Mac Os Lion Pd version 0.45-2 compiled for Macintosh OSX 10.4 or later (6 Megabytes) . In console I obtain this message: throw~ osc-sum: no matching catch vd~: vd~: no such de

[PD] [PD-announce] pd 0.45-2 released

2013-08-29 Thread Miller Puckette
Sorry about all the noise... I fixed the "find parent window" problem (thanks Roman) and compiled for all platforms except pi(that will have to wait because I packed all my Pis up for an upcoming workshop in Quebec City (Tuesday; Chambre Blanche, and an opening (Avatar, Fri.) and talk (Cosy, Sat).

Re: [PD] routeOSC crash

2013-08-29 Thread Martin Peach
On 2013-08-29 12:20, Max wrote: Am 29.08.2013 um 18:17 schrieb Martin Peach : On 2013-08-28 19:21, Martin Peach wrote: So that translates as "#bundle", timetag=0, size of first element = 12 "/" ,f 0 So it's opening a bundle with an element whose path is just "/" and a float equal to zero.

Re: [PD] [PD-announce] pd 0.45-1 released

2013-08-29 Thread Miller Puckette
Yep... although I made a simpler change (about to commit it...) --- a/src/g_editor.c +++ b/src/g_editor.c @@ -2821,6 +2821,8 @@ void g_editor_setup(void) gensym("find"), A_SYMBOL, A_FLOAT, A_NULL); class_addmethod(canvas_class, (t_method)canvas_find_again, gensym("findagain"

Re: [PD] [PD-announce] pd 0.45-1 released

2013-08-29 Thread IOhannes m zmölnig
On 08/29/13 19:52, Roman Haefeli wrote: > > error: canvas: no method for 'findparent' > verbose(4): ... you might be able to track this down from the Find menu. > confirmed on Debian. it seems that the "canvas_editor_for_class()"-function that adds the "findparent" method is not called for the

Re: [PD] [PD-announce] pd 0.45-1 released

2013-08-29 Thread Roman Haefeli
On Wed, 2013-08-28 at 13:15 -0700, Miller Puckette wrote: > Pd 0.45-1 is up on the usual - http://crca.ucsd.edu/~msp/software.html Menu 'Window' -> 'Parent Window' is broken. When used, the following error is printed: error: canvas: no method for 'findparent' verbose(4): ... you might be able to

Re: [PD] routeOSC crash

2013-08-29 Thread Martin Peach
On 2013-08-29 12:20, Max wrote: Am 29.08.2013 um 18:17 schrieb Martin Peach : On 2013-08-28 19:21, Martin Peach wrote: So that translates as "#bundle", timetag=0, size of first element = 12 "/" ,f 0 So it's opening a bundle with an element whose path is just "/" and a float equal to zero.

Re: [PD] routeOSC crash

2013-08-29 Thread Max
Am 29.08.2013 um 18:17 schrieb Martin Peach : > On 2013-08-28 19:21, Martin Peach wrote: >> So that translates as >> >> "#bundle", timetag=0, size of first element = 12 "/" ,f 0 >> >> So it's opening a bundle with an element whose path is just "/" and a >> float equal to zero. >> >> It could

Re: [PD] routeOSC crash

2013-08-29 Thread Martin Peach
On 2013-08-28 19:21, Martin Peach wrote: So that translates as "#bundle", timetag=0, size of first element = 12 "/" ,f 0 So it's opening a bundle with an element whose path is just "/" and a float equal to zero. It could be that totalMix opens the bundle and only closes it at the end, which w

Re: [PD] Migrate away from Sourceforge?

2013-08-29 Thread day five
Agree but what alternative do you suggest ? Perhaps sooner or later monetization is inevitable for all open source proyects. What hope is there for "free" software when global currency models are rapidly deteriorating. There are always those who would wish to capitalize on another's work much like

Re: [PD] send message to current pd-window

2013-08-29 Thread Ingo
Thanks! I'll take a look at those two. Ingo > -Ursprüngliche Nachricht- > Von: pd-list-boun...@iem.at [mailto:pd-list-boun...@iem.at] Im Auftrag von > Simon Wise > Gesendet: Donnerstag, 29. August 2013 09:36 > An: pd-list@iem.at > Betreff: Re: [PD] send message to current pd-window > >

Re: [PD] send message to current pd-window

2013-08-29 Thread Simon Wise
On 29/08/13 14:57, Ingo wrote: I was kind of hoping to find a simple and existing solution for globally sending hid inputs to the current Pd-patch / subpatch / window inside of Pd. Since I need this only for speeding up programming I found an external solution "btnx" to reprogram the mouse butto