renaming for clarity

This commit is contained in:
2025-06-14 10:37:47 -07:00
parent 26ca8763a1
commit d5a39c0d58
2 changed files with 7 additions and 7 deletions

View File

@ -92,7 +92,7 @@ void loop() {
int cv1 = gravity.cv1.Read();
int cv2 = gravity.cv2.Read();
for (int i = 0; i < OUTPUT_COUNT; i++) {
app.channel[i].updateFinalValues(cv1, cv2);
app.channel[i].applyCvMod(cv1, cv2);
}
if (app.refresh_screen) {