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

Reply via email to