#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