prepare UI for software cutoff/resonance scaling

This commit is contained in:
LTVA1 2024-08-16 10:22:59 +03:00
parent 87e0a9fbff
commit 3b4c7bfb6d
3 changed files with 82 additions and 13 deletions

View file

@ -35,6 +35,7 @@ const int _THIRTY_ONE=31;
const int _SIXTY_FOUR=64;
const int _ONE_HUNDRED=100;
const int _ONE_HUNDRED_TWENTY_SEVEN=127;
const int _ONE_HUNDRED_SEVENTY_NINE=179;
const int _TWO_HUNDRED_FIFTY_FIVE=255;
const int _FIVE_HUNDRED_ELEVEN=511;
const int _TWO_THOUSAND_FORTY_SEVEN=2047;