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);