From 826866fe3ecbabf0c339c10abb0cbb401864c62c Mon Sep 17 00:00:00 2001 From: Volker Fischer Date: Wed, 25 Nov 2015 15:55:05 +0000 Subject: [PATCH] increase the maximum number of sound card channels supported by Jamulus --- src/global.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/global.h b/src/global.h index 75df0f4e..1c2edf4b 100755 --- a/src/global.h +++ b/src/global.h @@ -157,7 +157,7 @@ LED bar: lbr // channel infos for (and therefore this is the maximum number of entries in // the channel selection combo box regardless of the actual available number // of channels by the audio device) -#define MAX_NUM_IN_OUT_CHANNELS 32 +#define MAX_NUM_IN_OUT_CHANNELS 64 // maximum number of elemts in the server address combo box #define MAX_NUM_SERVER_ADDR_ITEMS 6