summaryrefslogtreecommitdiff
path: root/synth/note.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'synth/note.cpp')
-rw-r--r--synth/note.cpp2
1 files changed, 1 insertions, 1 deletions
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;i<n_oscillators;++i)
{
envelope[i]->reattack();
- factor_env[i]->reattack();
+ factor_env[i]->reset();
}
if (filter_params.enabled)