How to use the 5band equalizer make this? I should add 2 FMOD DSP_TYPE MULTIBAND _EQ DSP?
Please help, thanks
How to use the 5band equalizer make this? I should add 2 FMOD DSP_TYPE MULTIBAND _EQ DSP?
Please help, thanks
We don’t have this type of effect, the closest we have is the FMOD_DSP_TYPE_THREE_EQ which allows for 3 bands in parallel whereas the FMOD_DSP_TYPE_MULTIBAND_EQ does not run in parallel.