Firelight Technologies FMOD Studio API
Structure to define a boolean parameter for a DSP unit.
typedef struct {
bool defaultval;
const char* const* valuenames;
} FMOD_DSP_PARAMETER_DESC_BOOL;
defaultval
[w] Default parameter value.
valuenames
[w] Names for false and true, respectively. There should be two strings. Optional.
Members marked with [r] mean the variable is modified by FMOD and is for reading purposes only. Do not change this value.
Members marked with [w] mean the variable can be written to. The user can set the value.
Version 1.03.06 Built on Apr 17, 2014