From 829c7f8da9aa285029b9d636edda191b5c2b507b Mon Sep 17 00:00:00 2001 From: Florian Jung Date: Wed, 4 Apr 2012 20:17:50 +0200 Subject: reset filter-envelopes instead of reattacking --- synth/note.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'synth/note.cpp') diff --git a/synth/note.cpp b/synth/note.cpp index d208ae8..54267a8 100644 --- a/synth/note.cpp +++ b/synth/note.cpp @@ -289,7 +289,7 @@ void Note::reattack() for (int i=0;ireattack(); - factor_env[i]->reattack(); + factor_env[i]->reset(); } if (filter_params.enabled) -- cgit v1.2.3