#ifndef __FLUID_UNIQUE_ID_H
#define __FLUID_UNIQUE_ID_H

// Make sure this number is unique among all the MESS synths.
#define FLUID_UNIQUE_ID      0

//#define FLUID_DEBUG      

enum SfOp { SF_REPLACE = 1, SF_ADD, SF_REMOVE };

#endif