#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