This way knobs feel more natural

This commit is contained in:
Oleksiy 2020-12-15 01:09:50 +02:00
parent dcd53afeed
commit 3e6c947c02
1 changed files with 2 additions and 2 deletions

View File

@ -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;