Skip to content

Commit

Permalink
allow tail off
Browse files Browse the repository at this point in the history
  • Loading branch information
FigBug committed Mar 2, 2024
1 parent 82718fb commit 5bc0fd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/gin_dsp/dsp/gin_synthesiser.h
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ class Synthesiser : public juce::MPESynthesiser

if (message.isAllNotesOff() || message.isAllSoundOff())
{
turnOffAllVoices (false);
turnOffAllVoices (true);
}
else if (! mpe && message.isPitchWheel())
{
Expand Down

0 comments on commit 5bc0fd1

Please sign in to comment.