Doc: remove noTone to keep osc active when using external envelopes.
This commit is contained in:
parent
d96b886bd5
commit
e4e5d8bfcc
|
|
@ -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
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue