Include :

- aggiornamento costanti.
This commit is contained in:
Dario Sassi
2017-01-26 09:37:28 +00:00
parent dcbb98c925
commit a9f178b171
2 changed files with 7 additions and 1 deletions
+3 -1
View File
@@ -156,7 +156,9 @@ enum { SAW_EL_CENT = 0,
// Tipo di uscita
enum { SAW_LO_CENT = 0,
SAW_LO_STRICT = 1,
SAW_LO_EXT = 2} ;
SAW_LO_EXT_CENT = 2,
SAW_LO_OUT = 3,
SAW_LO_EXT_OUT = 4} ;
// Gestione curve
enum { SAW_CRV_SKIP = 0,
SAW_CRV_APPROX = 1,
+4
View File
@@ -32,6 +32,10 @@ static std::string MCH_CL_RISE = "RISE" ;
static std::string MCH_CL_HOME = "HOME" ;
static std::string MCH_CL_LEADIN = "LI" ;
static std::string MCH_CL_LEADOUT = "LO" ;
static std::string MCH_CL_AGB_DWN = "AGBD" ;
static std::string MCH_CL_AGB_IN = "AGBI" ;
static std::string MCH_CL_AGB_OUT = "AGBO" ;
static std::string MCH_CL_AGB_UP = "AGBU" ;
// Nomi di entità di preview
static std::string MCH_PV_CUT = "CUT" ;
static std::string MCH_PV_PRE_CUT = "PRC" ;