// // FMOD::Sound::getMusicSpeed from 0x1800a7d10 to 0x1800a7e22 (274 bytes) // // 3 xrefs: // > FMOD_Sound_GetMusicSpeed @ 0x1800c65f9 // > @ 0x180194348 // > @ 0x1801fba60 // // 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 // __int64 __fastcall FMOD::Sound::getMusicSpeed(__int64 a1, __int64 a2) { int v3; // esi unsigned int v4; // ebx _DWORD *v6; // [rsp+30h] [rbp-128h] BYREF __int64 v7; // [rsp+38h] [rbp-120h] BYREF _BYTE v8[256]; // [rsp+40h] [rbp-118h] BYREF v7 = 0; v3 = a1; v4 = sub_1800E1460(a1, &v6, &v7); if ( !v4 ) { if ( !v6[68] || v6[68] == 7 || v6[68] == 5 ) { v4 = (*(__int64 (__fastcall **)(_DWORD *, __int64))(*(_QWORD *)v6 + 360LL))(v6, a2); if ( !v4 ) goto LABEL_9; } else { v4 = 46; } } if ( *((char *)off_1801AED20 + 16) < 0 ) { sub_1800F30A0(v8, 256, a2); sub_1800B20E0(v4, 5, v3, (unsigned int)"Sound::getMusicSpeed", (__int64)v8); } LABEL_9: if ( v7 ) sub_180102300(v7, 12); return v4; }