I’m making an attempt to be able to get the BPM of an event, and can’t seem to find if that functionality exists. I don’t need to change it or anything, even if it’s read only it would serve my purposes.
Hi,
Unfortunately, there is no way to get the BPM directly. However, we do have an FMOD_STUDIO_TIMELINE_BEAT_PROPERTIES event callback which will provide information about the current bar and beat. Refer to FMOD Engine | Studio API Reference - Studio::EventInstance::setCallback for more information.
Hope this helps!
1 Like
I managed to do it by using a user property. Thank you!
1 Like
Thanks for sharing your solution!