fix a bug where cv mod dest was not being reset.

This commit is contained in:
2025-07-03 16:51:19 -07:00
parent c9c85e64ec
commit 047704a8bf

View File

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