summaryrefslogtreecommitdiff
path: root/muse2/synti/simpledrums2/common_defs.h
diff options
context:
space:
mode:
Diffstat (limited to 'muse2/synti/simpledrums2/common_defs.h')
-rw-r--r--muse2/synti/simpledrums2/common_defs.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/muse2/synti/simpledrums2/common_defs.h b/muse2/synti/simpledrums2/common_defs.h
new file mode 100644
index 00000000..b3745a1d
--- /dev/null
+++ b/muse2/synti/simpledrums2/common_defs.h
@@ -0,0 +1,8 @@
+#ifndef __SIMPLEDRUMS_UNIQUE_ID_H
+#define __SIMPLEDRUMS_UNIQUE_ID_H
+
+// Make sure this number is unique among all the MESS synths.
+#define SIMPLEDRUMS_UNIQUE_ID 4
+
+#endif
+