From ed09f8765dde69a2514d15fdd06a2567684c2690 Mon Sep 17 00:00:00 2001 From: positionhigh Date: Mon, 16 Aug 2021 18:57:22 +0200 Subject: [PATCH] =?UTF-8?q?Dateien=20hochladen=20nach=20=E2=80=9E=E2=80=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- MicroDexed.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MicroDexed.ino b/MicroDexed.ino index 69c3fa2..6ce6dca 100644 --- a/MicroDexed.ino +++ b/MicroDexed.ino @@ -606,7 +606,7 @@ void setup() master_mixer_r.gain(2, VOL_MAX_FLOAT); master_mixer_l.gain(2, VOL_MAX_FLOAT); drums_volume = VOL_MAX_FLOAT; - + #else master_mixer_r.gain(2, 0.0); master_mixer_l.gain(2, 0.0);