summaryrefslogtreecommitdiff
path: root/muse2/synti/vam/common_defs.h
blob: 59821a70fc13be4e776fc16568d875de332081a5 (plain)
1
2
3
4
5
6
7
8
#ifndef __VAM_UNIQUE_ID_H
#define __VAM_UNIQUE_ID_H

// Make sure this number is unique among all the MESS synths.
#define VAM_UNIQUE_ID      2

#endif