From ca05f1e91a2e6847016fc213bd5c0b9abfebc972 Mon Sep 17 00:00:00 2001 From: Onyx and Iris Date: Thu, 14 Apr 2022 23:23:36 +0100 Subject: [PATCH] Update app.toml set default submix 0 --- configs/app.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configs/app.toml b/configs/app.toml index 50d8388..d9983ff 100644 --- a/configs/app.toml +++ b/configs/app.toml @@ -10,6 +10,6 @@ extends_horizontal=true [channel] width=80 height=130 -# default submix bus +# default submix bus (0-7 corresponding to A1,A2..B2,B3) [submixes] -default=6 +default=0