summaryrefslogtreecommitdiff
path: root/muse2/synti/s1
diff options
context:
space:
mode:
authorTim E. Real <termtech@rogers.com>2011-06-19 01:26:26 +0000
committerTim E. Real <termtech@rogers.com>2011-06-19 01:26:26 +0000
commit02941424387a064301372c12bda3e8c3ab3fee45 (patch)
treee4cdea4400d8a34060a1c4d2b32da8e7ef46ab90 /muse2/synti/s1
parent448d81436ed8c2bc501506c2663a9bdb8c0dd023 (diff)
Major work, all synthesizers. Other fixes. Please see ChangeLog.
Diffstat (limited to 'muse2/synti/s1')
-rw-r--r--muse2/synti/s1/s1.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/muse2/synti/s1/s1.cpp b/muse2/synti/s1/s1.cpp
index c44676ce..9c466b4a 100644
--- a/muse2/synti/s1/s1.cpp
+++ b/muse2/synti/s1/s1.cpp
@@ -21,6 +21,9 @@
#include "libsynti/mono.h"
#define RESOLUTION 16384
+// Make sure this number is unique among all the MESS synths.
+#define S1_UNIQUE_ID 6
+
//---------------------------------------------------------
// S1 - simple mono demo synthesizer
@@ -53,7 +56,7 @@ class S1 : public MessMono {
public:
S1();
- ~S1();
+ virtual ~S1();
};
float* S1::wave_table;