Construct uses the Reverb Convolution to work. This means it needs an audio file. They are called "IR" (Impulse responses).
I download a bunch of them, and there are packs with more than 100.
The bad thing is that to change in runtime that IR, you have to use an event and select the audio file to use in a list. So i have to create an event for each one, if i have 100 or more, well....
I was thinking to use some event like: Set = "IR" & IRnumber & ".webm"
So with just one event, in runtime i change the IRnumber variable to select another one but seems is not possible.
Is there any workaround to avoid add one event for each one?
-
Edit: Also the audio use for convolution is on "add effect" , there is no "set effect param" to change the audio file, that will be perfect.
And, there is no effect parameter to change "Normalize" / "Don't normalize".