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