Is there any example about use FMOD_DSP_TYPE_MULTIBAND_EQ?

Is there any example about use FMOD_DSP_TYPE_MULTIBAND_EQ ?

There aren’t any real ‘examples’ but all the information needed should be in the docs:

I want to make this:
0FED9A50-E506-4B1F-90A3-75457E172053
But the multiband_eq only have Band ABCDE,
And the pic should Band ABCDEFGHIJK?

PLEASE HELP, THANK YOU VERY MUCH, i do not know how to do this

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.