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
--- a/src/s_main.c
+++ b/src/s_main.c
@@ -1038,6 +1038,7 @@ static void sys_afterargparse(void)
 callback = sys_main_callback;
 if (sys_main_blocksize)
 blocksize = sys_main_blocksize;
+sys_dacsr = rate; // CC Hack to fix startup rate
 sys_set_audio_settings(naudioindev, audioindev, nchindev, chindev,
 naudiooutdev, audiooutdev, nchoutdev, choutdev, rate, advance, 
 callback, blocksize);
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


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 patches on pdx
 
 
 It would affect vanilla if you have the libdir loader running in it.
  Its related to that.
 
 .hc
 
 On Apr 11, 2012, at 7:57 PM, Patrice Colet wrote:
 
  I've switched back to vanilla, no bug anymore :D
  
  Colet Patrice
  
  - Mail original -
  De: Roman Haefeli reduz...@gmail.com
  À: pd-list@iem.at
  Envoyé: Mardi 10 Avril 2012 22:42:54
  Objet: Re: [PD] pduino patches on pdx
  
  On Tue, 2012-04-10 at 10:17 -0400, Hans-Christoph Steiner wrote:
  On Apr 10, 2012, at 9:54 AM, Patrice Colet wrote:
  
  Hello,
  
  I've downloaded a zip at this url:
  
  https://github.com/reduzent/pduino
  
  to get arduino patches for the 0.43.1-extended-20111221* release
  I've got installed in my vista box.
  
  When I'm launching an help patch I've got this error message in
  console:
  
  maximum object loading depth 1000 reached
  arduino
  ... couldn't create
  
  I suppose it's not directly related with arduino patches but I
  don't
  often open abs with thousands of objects inside ;)
  
  On which version of pdx is it supposed to work?
  
  FYI, that version of Pduino is a development version.  If you
  want
  the
  current stable release, then use this release:
  
  http://puredata.info/downloads/pduino
  
  What is the point of your remark, if the problem described isn't
  in
  any
  way related to the used version?
  
  Roman
  
  
  ___
  Pd-list@iem.at mailing list
  UNSUBSCRIBE and account-management -
  http://lists.puredata.info/listinfo/pd-list
  
 
 
 
 
 Access to computers should be unlimited and total.  - the hacker
 ethic
 
 
 

___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


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 reduz...@gmail.com
 Envoyé: Jeudi 12 Avril 2012 04:49:32
 Objet: Re: [PD] pduino patches on pdx
 
 
 It would affect vanilla if you have the libdir loader running in it.
 Its related to that.
 
 .hc
 
 On Apr 11, 2012, at 7:57 PM, Patrice Colet wrote:
 
 I've switched back to vanilla, no bug anymore :D
 
 Colet Patrice
 
 - Mail original -
 De: Roman Haefeli reduz...@gmail.com
 À: pd-list@iem.at
 Envoyé: Mardi 10 Avril 2012 22:42:54
 Objet: Re: [PD] pduino patches on pdx
 
 On Tue, 2012-04-10 at 10:17 -0400, Hans-Christoph Steiner wrote:
 On Apr 10, 2012, at 9:54 AM, Patrice Colet wrote:
 
 Hello,
 
 I've downloaded a zip at this url:
 
 https://github.com/reduzent/pduino
 
 to get arduino patches for the 0.43.1-extended-20111221* release
 I've got installed in my vista box.
 
 When I'm launching an help patch I've got this error message in
 console:
 
 maximum object loading depth 1000 reached
 arduino
 ... couldn't create
 
 I suppose it's not directly related with arduino patches but I
 don't
 often open abs with thousands of objects inside ;)
 
 On which version of pdx is it supposed to work?
 
 FYI, that version of Pduino is a development version.  If you
 want
 the
 current stable release, then use this release:
 
 http://puredata.info/downloads/pduino
 
 What is the point of your remark, if the problem described isn't
 in
 any
 way related to the used version?
 
 Roman
 
 
 ___
 Pd-list@iem.at mailing list
 UNSUBSCRIBE and account-management -
 http://lists.puredata.info/listinfo/pd-list
 
 
 
 
 
 Access to computers should be unlimited and total.  - the hacker
 ethic
 
 
 





  http://at.or.at/hans/



___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


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
probably there is still a problem outside of libdir?

I'll post again, when I figured out how to exactly reproduce the
situation.

Roman


___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


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 colet.patr...@free.fr
 Cc: pd-list pd-list@iem.at
 Envoyé: Jeudi 12 Avril 2012 17:03:26
 Objet: Re: [PD] pduino patches on pdx
 
 
 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
  reduz...@gmail.com
  Envoyé: Jeudi 12 Avril 2012 04:49:32
  Objet: Re: [PD] pduino patches on pdx
  
  
  It would affect vanilla if you have the libdir loader running in
  it.
  Its related to that.
  
  .hc
  
  On Apr 11, 2012, at 7:57 PM, Patrice Colet wrote:
  
  I've switched back to vanilla, no bug anymore :D
  
  Colet Patrice
  
  - Mail original -
  De: Roman Haefeli reduz...@gmail.com
  À: pd-list@iem.at
  Envoyé: Mardi 10 Avril 2012 22:42:54
  Objet: Re: [PD] pduino patches on pdx
  
  On Tue, 2012-04-10 at 10:17 -0400, Hans-Christoph Steiner wrote:
  On Apr 10, 2012, at 9:54 AM, Patrice Colet wrote:
  
  Hello,
  
  I've downloaded a zip at this url:
  
  https://github.com/reduzent/pduino
  
  to get arduino patches for the 0.43.1-extended-20111221*
  release
  I've got installed in my vista box.
  
  When I'm launching an help patch I've got this error message
  in
  console:
  
  maximum object loading depth 1000 reached
  arduino
  ... couldn't create
  
  I suppose it's not directly related with arduino patches but I
  don't
  often open abs with thousands of objects inside ;)
  
  On which version of pdx is it supposed to work?
  
  FYI, that version of Pduino is a development version.  If you
  want
  the
  current stable release, then use this release:
  
  http://puredata.info/downloads/pduino
  
  What is the point of your remark, if the problem described isn't
  in
  any
  way related to the used version?
  
  Roman
  
  
  ___
  Pd-list@iem.at mailing list
  UNSUBSCRIBE and account-management -
  http://lists.puredata.info/listinfo/pd-list
  
  
  
  
  
  Access to computers should be unlimited and total.  - the hacker
  ethic
  
  
  
 
 
 
 
 
   http://at.or.at/hans/
 
 
 

___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


[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?  All I 
can think of is
[../abs2/bar.pd] because [import abs2] won't find the abs2 directory on the 
parent directory.  
But there needs to be a clear way of doing this, as putting the patch and 
libdirs all in one 
directory is the safest way to ensure that one's patch will work on someone 
else's system.

-Jonathan


___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


[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 -
http://lists.puredata.info/listinfo/pd-list



___
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 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

 ___
 Pd-list@iem.at mailing list
 UNSUBSCRIBE and account-management -
 http://lists.puredata.info/listinfo/pd-list

___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


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 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?  All
 I can think of is
 [../abs2/bar.pd] because [import abs2] won't find the abs2 directory on
 the parent directory.
 But there needs to be a clear way of doing this, as putting the patch and
 libdirs all in one
 directory is the safest way to ensure that one's patch will work on
 someone else's system.

 -Jonathan


 ___
 Pd-list@iem.at mailing list
 UNSUBSCRIBE and account-management -
 http://lists.puredata.info/listinfo/pd-list




-- 
Lic. José Rafael Subía Valdez

SoundArtist
www.facebook.com/JRafaelSubiaValdez (Public Page)
www.myspace.com/joserafaelsubiavaldez
https://puredata.info/author/rafasubia
www.redce.org
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


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 maybe.. just maybe


[declare -path name]


this should work 


It works if I then use [bar], but if I use [abs2/bar], it fails.


Let me see if I can clarify the question:

How do I design a library foo (of abstractions) so that it can use 
abstractions 

from library bar if bar is installed to the system libdir location, but 
also so that it can
use abstractions from bar when both foo and bar are shipped with the 
patch in its 

directory?

For example, let's say my foo library uses some abstractions from list-abs.  
I'd like to 

design it so that I can ship my patch with foo and list-abs included with 
it, but also so 

that foo can be used by anyone who downloads it and already has list-abs 
installed.  I 

can't think of a way to do that, other than making list-abs a subdirectory of 
foo, which is 

ugly.


-Jonathan




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 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?  All I 
can think of is
[../abs2/bar.pd] because [import abs2] won't find the abs2 directory on the 
parent directory. 
But there needs to be a clear way of doing this, as putting the patch and 
libdirs all in one
directory is the safest way to ensure that one's patch will work on someone 
else's system.

-Jonathan


___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list




-- 
Lic. José Rafael Subía Valdez

SoundArtist

www.facebook.com/JRafaelSubiaValdez (Public Page)
www.myspace.com/joserafaelsubiavaldez
https://puredata.info/author/rafasubia
www.redce.org







___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list