Hi all,
In Unity I’m trying to get a callback to notify when sounds are played.
I have async instruments setup to trigger using parameters on tempo intervals - some one Bars, some on half notes, but not to play directly when triggered by the parameter but at a beat point in the future.
I want to get informed when the sound plays, not when it’s queued to play from the parameter triggering it.
I set up callbacks on FMOD_STUDIO_EVENT_CALLBACK_SOUND_PLAYED but I’m getting the callback as soon as the parameter triggers the instrument not when the actual sound plays.
Is this by design or bug or am I doing it wrong?
Many thanks