Firelight Technologies FMOD Studio API

FMOD_DSP_PARAMETER_DESC_FLOAT

Structure to define a float parameter for a DSP unit.

Structure

typedef struct {
  float min;
  float max;
  float defaultval;
  FMOD_DSP_PARAMETER_FLOAT_MAPPING mapping;
} FMOD_DSP_PARAMETER_DESC_FLOAT;

Members

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).

Remarks

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.

See Also




Version 1.03.06 Built on Apr 17, 2014