This way knobs feel more natural
This commit is contained in:
parent
dcd53afeed
commit
3e6c947c02
|
@ -16,8 +16,8 @@ bool gate = 0;
|
||||||
const int MIN_CARRIER_FREQ = 22;
|
const int MIN_CARRIER_FREQ = 22;
|
||||||
const int MAX_CARRIER_FREQ = 440;
|
const int MAX_CARRIER_FREQ = 440;
|
||||||
|
|
||||||
const int MIN = 1;
|
const int MIN = 10;
|
||||||
const int MAX = 10;
|
const int MAX = 1;
|
||||||
|
|
||||||
const int MIN_2 = 1;
|
const int MIN_2 = 1;
|
||||||
const int MAX_2 = 15;
|
const int MAX_2 = 15;
|
||||||
|
|
Loading…
Reference in New Issue