Subversion Repositories filter_foundry

Rev

Rev 206 | Rev 221 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 206 Rev 210
Line 75... Line 75...
75
#define vendorName              "Telegraphics"
75
#define vendorName              "Telegraphics"
76
#define plugInSuiteID   'tELE'
76
#define plugInSuiteID   'tELE'
77
#define plugInClassID   'Fltr' //PITerminology.h:eventFilter
77
#define plugInClassID   'Fltr' //PITerminology.h:eventFilter
78
#define plugInEventID   'fiFo' //typeNull // must be this
78
#define plugInEventID   'fiFo' //typeNull // must be this
79
 
79
 
80
#define PARAM_R_KEY             'xprR'
-
 
81
#define PARAM_G_KEY             'xprG'
-
 
82
#define PARAM_B_KEY             'xprB'
-
 
83
#define PARAM_A_KEY             'xprA'
-
 
84
 
-
 
85
#define PARAM_CTL0_KEY  'cTl0'  // some naughty parts of the code assume
-
 
86
#define PARAM_CTL1_KEY  'cTl1'  // these are numerically sequential
-
 
87
#define PARAM_CTL2_KEY  'cTl2'
-
 
88
#define PARAM_CTL3_KEY  'cTl3'
-
 
89
#define PARAM_CTL4_KEY  'cTl4'
-
 
90
#define PARAM_CTL5_KEY  'cTl5'
-
 
91
#define PARAM_CTL6_KEY  'cTl6'
-
 
92
#define PARAM_CTL7_KEY  'cTl7'
-
 
93
 
-
 
94
// Return value of checksliders() is a bitmask
80
// Return value of checksliders() is a bitmask
95
// If the CHECKSLIDERS_CTL_AMBIGUOUS bit is set, the function ctl() was called with a non-constant argument.
81
// If the CHECKSLIDERS_CTL_AMBIGUOUS bit is set, the function ctl() was called with a non-constant argument.
96
// In this case, the ctlflags[] array is NOT populated correctly. The caller might want to handle this
82
// In this case, the ctlflags[] array is NOT populated correctly. The caller might want to handle this
97
// case differently (e.g. by enabling all sliders).
83
// case differently (e.g. by enabling all sliders).
98
// If the CHECKSLIDERS_MAP_AMBIGUOUS bit is set, the function map() was called with a non-constant argument.
84
// If the CHECKSLIDERS_MAP_AMBIGUOUS bit is set, the function map() was called with a non-constant argument.