summaryrefslogtreecommitdiff
path: root/muse2/synti/fluid/common_defs.h
blob: 6aa62bc0aa01726a76f93f7b77142314a5b2346c (plain)
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