Firelight Technologies FMOD Studio API
Structure to define a float parameter for a DSP unit.
typedef struct {
float min;
float max;
float defaultval;
FMOD_DSP_PARAMETER_FLOAT_MAPPING mapping;
} FMOD_DSP_PARAMETER_DESC_FLOAT;
min
[w] Minimum parameter value.
max
[w] Maximum parameter value.
defaultval
[w] Default parameter value.
mapping
[w] How the values are distributed across dials and automation curves (e.g. linearly, exponentially etc).
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