summaryrefslogtreecommitdiff
path: root/synth/note.h
diff options
context:
space:
mode:
Diffstat (limited to 'synth/note.h')
-rw-r--r--synth/note.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/synth/note.h b/synth/note.h
index aab471c..7c36d69 100644
--- a/synth/note.h
+++ b/synth/note.h
@@ -22,6 +22,8 @@ class Note : public NoteSkel
bool still_active();
void set_param(const parameter_t &p, fixed_t v);
+ void destroy();
+
private:
void do_ksl();
void do_ksr();