Csound and CsoundAC API
5.17
|
Functions | |
void | dump_cfg_variables (CSOUND *csound) |
Assignment to configuration variables from the command line can be done with '-+NAME=VALUE'. | |
int | parse_option_as_cfgvar (CSOUND *csound, const char *s) |
void dump_cfg_variables | ( | CSOUND * | csound | ) |
Assignment to configuration variables from the command line can be done with '-+NAME=VALUE'.
Boolean variables can be set to true with any of '-+NAME', '-+NAME=1', '-+NAME=yes', '-+NAME=on', and '-+NAME=true', while setting to false is possible with any of '-+no-NAME', '-+NAME=0', '-+NAME=no', '-+NAME=off', and '-+NAME=false'.
int parse_option_as_cfgvar | ( | CSOUND * | csound, |
const char * | s | ||
) |