63SET, //sets the value, does not terminate possible further calculations
64OVERRIDE//does not interact; sets the value, and terminates possible further calculations. Use with care, preferred use is SET with higher priority command
87typedef Param4<string,float,float,float> PPETemplateDefFloat; //name, default, min, max
88typedef Param5<string,float,float,float,float> PPETemplateDefColor; //name, defaults - floats. Min/Max is always the same, no need to define it here.