From 5ee7688e5dc92662b30dadb70e3d65269b0f7627 Mon Sep 17 00:00:00 2001 From: Steve Lascos Date: Sun, 23 Jun 2019 20:11:46 -0400 Subject: [PATCH] Fixed comment in SoundOnSoundExpansionDemo.ino after bug fix from Chip Audette --- .../SoundOnSoundExpansionDemo/SoundOnSoundExpansionDemo.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/Delay/SoundOnSoundExpansionDemo/SoundOnSoundExpansionDemo.ino b/examples/Delay/SoundOnSoundExpansionDemo/SoundOnSoundExpansionDemo.ino index 9068267..1be4d60 100644 --- a/examples/Delay/SoundOnSoundExpansionDemo/SoundOnSoundExpansionDemo.ino +++ b/examples/Delay/SoundOnSoundExpansionDemo/SoundOnSoundExpansionDemo.ino @@ -183,7 +183,7 @@ void loop() { Serial.println(String("New OPEN GATE setting (ms): ") + (potValue * MAX_GATE_TIME_MS)); } - // Use POT2 (right) to control the feedback setting + // Use POT2 (right) to control the CLOSE GATE time if (controls.checkPotValue(closeHandle, potValue)) { // Pot has changed sos.gateCloseTime(potValue * MAX_GATE_TIME_MS);