#ifndef __FLUIDSYNTH_UNIQUE_ID_H
#define __FLUIDSYNTH_UNIQUE_ID_H

// Make sure this number is unique among all the MESS synths.
#define FLUIDSYNTH_UNIQUE_ID      3

#endif