Fix shuffle calculation logic.

Make shuffle percentge based.
This commit is contained in:
2025-06-20 09:21:38 -07:00
parent df1a499fa0
commit 0b610f53c0
5 changed files with 21 additions and 51 deletions

View File

@ -41,7 +41,7 @@ class StateManager {
byte base_probability;
byte base_duty_cycle;
byte base_offset;
byte shuffle_index;
byte base_shuffle;
byte cv_source; // Cast the CvSource enum to a byte for storage
byte cv_destination; // Cast the CvDestination enum as a byte for storage
};