Firelight Technologies FMOD Studio API

FMOD_DSP_PARAMETER_OVERALLGAIN

Structure for data parameters of type FMOD_DSP_PARAMETER_DATA_TYPE_OVERALLGAIN. A parameter of this type is used in effects that affect the overgain of the signal in a predictable way. This parameter is read by the system to determine the effect's gain for voice virtualization.

Structure

typedef struct {
  float linear_gain;
  float linear_gain_additive;
} FMOD_DSP_PARAMETER_OVERALLGAIN;

Members

linear_gain

[r] The overall linear gain of the effect on the direct signal path

linear_gain_additive

[r] Additive gain, for parallel signal paths

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