From e4e5d8bfcc904896caa4895a0f77d6c163fbadbe Mon Sep 17 00:00:00 2001 From: Francois Best Date: Mon, 3 Oct 2016 10:18:01 -0700 Subject: [PATCH] Doc: remove noTone to keep osc active when using external envelopes. --- res/Examples/MIDI_SimpleSynth/MIDI_SimpleSynth.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/res/Examples/MIDI_SimpleSynth/MIDI_SimpleSynth.ino b/res/Examples/MIDI_SimpleSynth/MIDI_SimpleSynth.ino index c953885..d1ea184 100644 --- a/res/Examples/MIDI_SimpleSynth/MIDI_SimpleSynth.ino +++ b/res/Examples/MIDI_SimpleSynth/MIDI_SimpleSynth.ino @@ -39,7 +39,7 @@ void handleNotesChanged(bool isFirstNote = false) if (midiNotes.empty()) { handleGateChanged(false); - noTone(sAudioOutPin); + noTone(sAudioOutPin); // Remove to keep oscillator running during envelope release. } else {