summaryrefslogtreecommitdiff
path: root/synth/envelope.h
diff options
context:
space:
mode:
authorFlorian Jung <florian.a.jung@web.de>2012-04-04 20:17:50 +0200
committerFlorian Jung <florian.a.jung@web.de>2012-04-04 20:17:50 +0200
commit829c7f8da9aa285029b9d636edda191b5c2b507b (patch)
treef82649301e827278a1e8c1a49022b86b82b03641 /synth/envelope.h
parent531a6e90cbf1cc2afd8eae7683bda48c5cf4506a (diff)
reset filter-envelopes instead of reattacking
Diffstat (limited to 'synth/envelope.h')
-rw-r--r--synth/envelope.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/synth/envelope.h b/synth/envelope.h
index a9bb15b..3c93a03 100644
--- a/synth/envelope.h
+++ b/synth/envelope.h
@@ -17,6 +17,7 @@ class Envelope
Envelope(env_settings_t s, int frames=1);
void release_key();
void reattack();
+ void reset();
fixed_t get_level();
bool still_active();
void set_hold(bool h);