Merge branch 'main' of https://git.pinkduck.xyz/adam/libGravity into update-font

This commit is contained in:
2025-06-14 14:45:13 -07:00
4 changed files with 17 additions and 25 deletions

View File

@ -132,7 +132,7 @@ void loop() {
// Process change in state of inputs and outputs.
gravity.Process();
// NEW: Read CVs and call the main-loop-safe update function for each channel.
// Read CVs and call the update function for each channel.
int cv1 = gravity.cv1.Read();
int cv2 = gravity.cv2.Read();
for (int i = 0; i < OUTPUT_COUNT; i++) {