| Change |
Effect |
1 | Value of member FMOD_DSP_TYPE_COMPRESSOR has been changed from 17 to 16. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2 | Value of member FMOD_DSP_TYPE_DELAY has been changed from 20 to 19. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
3 | Value of member FMOD_DSP_TYPE_HIGHPASS_SIMPLE has been changed from 23 to 22. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
4 | Value of member FMOD_DSP_TYPE_ITECHO has been changed from 16 to 15. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
5 | Value of member FMOD_DSP_TYPE_LADSPAPLUGIN has been changed from 22 to 21. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
6 | Value of member FMOD_DSP_TYPE_LOWPASS_SIMPLE has been changed from 19 to 18. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
7 | Value of member FMOD_DSP_TYPE_SFXREVERB has been changed from 18 to 17. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
8 | Value of member FMOD_DSP_TYPE_TREMOLO has been changed from 21 to 20. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
9 | Value of member FMOD_DSP_TYPE_VSTPLUGIN has been changed from 14 to 13. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
10 | Value of member FMOD_DSP_TYPE_WINAMPPLUGIN has been changed from 15 to 14. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
FMOD::DSP::getType ( enum FMOD_DSP_TYPE* type )1st parameter 'type' (pointer) has base type 'enum FMOD_DSP_TYPE'.
FMOD::System::createDSPByType ( enum FMOD_DSP_TYPE type, FMOD::DSP** dsp )1st parameter 'type' has type 'enum FMOD_DSP_TYPE'.
FMOD_DSP_GetType ( FMOD_DSP* dsp, enum FMOD_DSP_TYPE* type )2nd parameter 'type' (pointer) has base type 'enum FMOD_DSP_TYPE'.
FMOD_System_CreateDSPByType ( FMOD_SYSTEM* system, enum FMOD_DSP_TYPE type, FMOD_DSP** dsp )2nd parameter 'type' has type 'enum FMOD_DSP_TYPE'.