my goal is to port Fmod Designer 4.32 to my own audio library. So I port all Fmod events to my own data and need to decide on which bus they will be played (default or reverb bus).
The reverb effect also depends on the active Reverb Def. You can test this in FMOD Designer by playing the event in question. By default, you should see in the event view that the current Reverb Def is none and you wouldn’t hear any reverb effect when playing back the event. You can change the active Reverb Def by playing a Reverb Def via the Reverb Def window (Window > Reverb Def). Playing the event again you should hear the reverb effect being applied.
Yeah, for test purposes this is great, thanks.
But how does fmod decide to play an event with reverb? I don’t mean for testing/debugging with FmodDesinger.
Is this only controlled by “Reverb Wet level”, “Reverb Dry level” and the current reverb def? Or do I miss something.
Because I look at an event in xml (.fdp) form and need to decide if this event will have Reverb or not. And I need to know that when I convert the data, so not at runtime.