Csound API
6.18
|
This structure holds the parameter hints for control channels. More...
#include <csound.h>
Data Fields | |
controlChannelBehavior | behav |
MYFLT | dflt |
MYFLT | min |
MYFLT | max |
int | x |
int | y |
int | width |
int | height |
char * | attributes |
This member must be set explicitly to NULL if not used. More... | |
This structure holds the parameter hints for control channels.
char* controlChannelHints_s::attributes |
This member must be set explicitly to NULL if not used.
controlChannelBehavior controlChannelHints_s::behav |
MYFLT controlChannelHints_s::dflt |
int controlChannelHints_s::height |
MYFLT controlChannelHints_s::max |
MYFLT controlChannelHints_s::min |
int controlChannelHints_s::width |
int controlChannelHints_s::x |
int controlChannelHints_s::y |