Merge branch 'main' of https://git.pinkduck.xyz/adam/libGravity into update-font
This commit is contained in:
@ -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++) {
|
||||
|
||||
Reference in New Issue
Block a user