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.cpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'synth/note.cpp') diff --git a/synth/note.cpp b/synth/note.cpp index 2f192f2..a0d6226 100644 --- a/synth/note.cpp +++ b/synth/note.cpp @@ -393,3 +393,8 @@ fixed_t Note::get_sample() return out; } } + +void Note::destroy() +{ + delete this; +} -- cgit v1.2.3