From 3e6c947c02cda43b1aca1da7f83c808ec59edf62 Mon Sep 17 00:00:00 2001 From: Oleksii Date: Tue, 15 Dec 2020 01:09:50 +0200 Subject: [PATCH] This way knobs feel more natural --- FM/FM.ino | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/FM/FM.ino b/FM/FM.ino index 8f2a392..a680b68 100644 --- a/FM/FM.ino +++ b/FM/FM.ino @@ -16,8 +16,8 @@ bool gate = 0; const int MIN_CARRIER_FREQ = 22; const int MAX_CARRIER_FREQ = 440; -const int MIN = 1; -const int MAX = 10; +const int MIN = 10; +const int MAX = 1; const int MIN_2 = 1; const int MAX_2 = 15;