// // FMOD_DSP_SetParameterFloat from 0x51548 to 0x51554 (12 bytes) // // 4 xrefs: // > .FMOD_DSP_SetParameterFloat @ 0x10959c // > @ 0x5500 // > .FMOD_DSP_SetParameterFloat @ 0x109594 // > @ 0x111390 // // This function is hookable on this platform! // // Using BromaIDA 8.0.0 @ https://github.com/Stazzical/BromaIDA // Using bindings at commit ba9f177b at Thu Jul 16 22:52:06 2026 from https://github.com/geode-sdk/bindings // char *__fastcall FMOD_DSP_SetParameterFloat(FMOD::DSP *a1, int a2, float a3) { if ( a1 ) return (char *)FMOD::DSP::setParameterFloat(a1, a2, a3); else return (char *)&off_18 + 7; }