Convolution Reverb Presets?
-
Hi,
Can anyone help me figure out how I can create convolution reverb presets?
I have about 10 samples for the reverb. However, I don't know how to create multiple presets for the effect.
I'm building a rompler plugin and want to have a drop down for the reverb presets for example "Hall, Church, etc". But I'm not sure how to do this.
I'm still a beginner at coding and I'm assuming this requires a lot of code but I don't know where to start.
Any help is appreciated :)
-
@kameron I havent messed with Convolution yet but I assume its like anything else, you must put UI elements to control the FX/Properties you want. When you save a preset, it saves the UI data, which saves the attached FX/Properties data.
-
As @trillbilly says, a preset in HISE only saves/restores the state of controls on the UI. So if you are using a UI control to load IRs and that UI control is set to saveInPreset then everything will work how you want.
I posted a video on Patreon on Saturday showing how to load IRs into the convolution reverb effect using a combo box.