Is there anyway to add markers by script in FMOD <= 1.07?

Hi,
I’m working on the problem of adding multiple markers on the track automatically by scripts. And I found good ways in FMOD scripting API. But in older versions of FMOD (like 1.05), is there anyway to add markers by scripts (or just using code) in FMOD without the scripting API?
Thank you so much for the information.

Hi,

It is possible to add sync points (Glossary | Sync Point) to a sound (FMOD API | Core API Reference) at runtime via code. You can get access to a sound from an event at runtime by setting an Event Callback (FMOD API | Studio API Reference).

Hope this helps!

Hi, thank you for your reply! I’ll check this out! :wink:

1 Like