1 2 3 4 5 6 7 8 9 10 11 12
#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