From 2c0a49937acadab097f4d5c12f8baf15c443b3e1 Mon Sep 17 00:00:00 2001 From: Miller Puckette <msp@ucsd.edu> Date: Wed, 18 Jun 2008 11:32:01 -0700 Subject: [PATCH] channels and sample rate command line args to work even if -schedlib flag set --- src/s_audio.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/s_audio.c b/src/s_audio.c index ac04474c6..9f4e20513 100644 --- a/src/s_audio.c +++ b/src/s_audio.c @@ -192,10 +192,6 @@ void sys_set_audio_settings(int naudioindev, int *audioindev, int nchindev, int indevs = 0, outdevs = 0, canmulti = 0, cancallback = 0; audio_getdevs(indevlist, &indevs, outdevlist, &outdevs, &canmulti, &cancallback, MAXNDEV, DEVDESCSIZE); - if (sys_externalschedlib) - { - return; - } if (rate < 1) rate = DEFAULTSRATE; -- GitLab