summaryrefslogtreecommitdiff
path: root/muse2/synti/organ/common_defs.h
blob: 31d09081dc6987775f78359ed962a5b1039ca5c5 (plain)
1
2
3
4
5
6
7
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