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