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