Adjusting input/output volume of a DSP

Is it possible to adjust the input/output level of a DSP instead of adding another redundant channel to the chain just to get a fader?
Certain DSPs such as distortion affect the output level, and I want to adjust them more simply.

Is FMOD_DSPConnection_SetMix() the correct one? And is it the only option?

DSPConnection::setMix is probably the best way to go about it. Another option would be to adjust the volume of the wet mix with DSP::setWetDryMix.

1 Like