// // FMOD::ChannelControl::getMixMatrix from 0x107500 to 0x107510 (16 bytes) // // 2 xrefs: // > FMOD_Channel_GetMixMatrix @ 0x50c3c // > FMOD_ChannelGroup_GetMixMatrix @ 0x510c0 // // 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 // // attributes: thunk __int64 __fastcall FMOD::ChannelControl::getMixMatrix(FMOD::ChannelControl *this, float *a2, int *a3, int *a4) { return _ZN4FMOD14ChannelControl12getMixMatrixEPfPiS2_i(this, a2, a3, a4); }