Fixed comment in SoundOnSoundExpansionDemo.ino after bug fix from Chip Audette

pull/9/head
Steve Lascos 5 years ago
parent ac9503525c
commit 5ee7688e5d
  1. 2
      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);

Loading…
Cancel
Save