Re: [PD] That old -nogui/nosound problem on Linux ...

2012-04-12 Thread Chrissie Caulfield
Just for info, here's the little patch I'm using at the moment. Contrary to what I said in my last email it doesn't actually need -r rate to make it work, it fixes all uses of -nogui that I have tried :-) Chrissie diff --git a/src/s_main.c b/src/s_main.c index 87e13c8..b95d2c3 100644 ---

Re: [PD] pduino patches on pdx

2012-04-12 Thread Patrice Colet
I just hope libdir will never go into vanilla ^^ Colet Patrice - Mail original - De: Hans-Christoph Steiner h...@at.or.at À: Patrice Colet colet.patr...@free.fr Cc: pd-list pd-list@iem.at, Roman Haefeli reduz...@gmail.com Envoyé: Jeudi 12 Avril 2012 04:49:32 Objet: Re: [PD] pduino

Re: [PD] pduino patches on pdx

2012-04-12 Thread Hans-Christoph Steiner
Why's that? .hc On Apr 12, 2012, at 10:46 AM, Patrice Colet wrote: I just hope libdir will never go into vanilla ^^ Colet Patrice - Mail original - De: Hans-Christoph Steiner h...@at.or.at À: Patrice Colet colet.patr...@free.fr Cc: pd-list pd-list@iem.at, Roman Haefeli

Re: [PD] pduino patches on pdx

2012-04-12 Thread Roman Haefeli
On Wed, 2012-04-11 at 22:49 -0400, Hans-Christoph Steiner wrote: It would affect vanilla if you have the libdir loader running in it. Its related to that. I think I experienced once also problem with maximum object loading depth 1000 reached and this was on Pd-vanilla without libdir. So

Re: [PD] pduino patches on pdx

2012-04-12 Thread Patrice Colet
I'm sorry to say that, it's just a mirror of my ignorance, but I think that libdir is confusing, useless, and unstable like I said to the list in another thread, please prove me I'm wrong ;) Colet Patrice - Mail original - De: Hans-Christoph Steiner h...@at.or.at À: Patrice Colet

[PD] libdir question (was: Re: pduino patches on pdx)

2012-04-12 Thread Jonathan Wilkes
Hans, Let's say I have a patch in its own directory.  In the same directory I have put two libraries that are made up solely of abstractions, in sub-directories named abs1 and abs2. abs1/foo.pd relies on abs2/bar.pd. What can I do in abs1/foo.pd to make sure that abs2/bar.pd is loaded? 

[PD] wiki.puredata.info?

2012-04-12 Thread IOhannes m zmölnig
is the site down? it only gives me a white page... fgmasdr IOhannes ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management - http://lists.puredata.info/listinfo/pd-list

Re: [PD] wiki.puredata.info?

2012-04-12 Thread Lorenzo Sutton
On 12/04/12 21:31, IOhannes m zmölnig wrote: is the site down? it only gives me a white page... Working here.. Lorenzo. fgmasdr IOhannes ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -

Re: [PD] wiki.puredata.info?

2012-04-12 Thread Scott R. Looney
i get a basic 'we're just getting started here' page. clicking on the 'English' link results in a server error... scott 2012/4/12 IOhannes m zmölnig zmoel...@iem.at: is the site down? it only gives me a white page... fgmasdr IOhannes ___

Re: [PD] libdir question (was: Re: pduino patches on pdx)

2012-04-12 Thread José Rafael Subía Valdez
Its adressed to hans.. but maybe.. just maybe [declare -path name] this should work On Thu, Apr 12, 2012 at 2:34 PM, Jonathan Wilkes jancs...@yahoo.com wrote: Hans, Let's say I have a patch in its own directory. In the same directory I have put two libraries that are made up solely

Re: [PD] libdir question (was: Re: pduino patches on pdx)

2012-04-12 Thread Jonathan Wilkes
From: José Rafael Subía Valdez jsubiaval...@gmail.com To: Jonathan Wilkes jancs...@yahoo.com Cc: pd-list pd-list@iem.at Sent: Thursday, April 12, 2012 6:40 PM Subject: Re: [PD] libdir question (was: Re: pduino patches on pdx) Its adressed to hans.. but