Doc: remove noTone to keep osc active when using external envelopes.

This commit is contained in:
Francois Best 2016-10-03 10:18:01 -07:00
parent d96b886bd5
commit e4e5d8bfcc
1 changed files with 1 additions and 1 deletions

View File

@ -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
{