From e78131ccbbcb81da94e5992f788c6ea291a2050d Mon Sep 17 00:00:00 2001 From: Florian Jung Date: Thu, 6 Jan 2011 20:16:19 +0100 Subject: The synthesizer can now load the compiled notes There are still issues: - filtertest.prog.so: output_note-message which is not true - huge size of the .so (48K are too much!) --- synth/note.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'synth/note.h') 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(); -- cgit v1.2.3