Introduce Save/Load banks for storing different preset settings. #11

Merged
awonak merged 8 commits from save-load-slots into main 2025-07-04 17:33:58 +00:00
6 changed files with 164 additions and 92 deletions
Showing only changes of commit 047704a8bf - Show all commits

View File

@ -66,6 +66,9 @@ class Channel {
cvmod_offset = base_offset; cvmod_offset = base_offset;
cvmod_swing = base_swing; cvmod_swing = base_swing;
cv1_dest = CV_DEST_NONE;
cv2_dest = CV_DEST_NONE;
pattern.Init(DEFAULT_PATTERN); pattern.Init(DEFAULT_PATTERN);
// Calcule the clock mod pulses on init. // Calcule the clock mod pulses on init.