Convolution - IR save in preset... how?
-
Hey guys,
I'm using the convolution effect on a project and need some help with recalling IR settings.
I've put my IR files in an array and toggle between them using some buttons on the GUI. When I reopen the session (or try to save a preset using Cubase) the plug will restore the settings on my GUI, but not the IR file that was last used. It always defaults to the impulse I have set when I compile the plugin.
What's are you guys doing to deal with this? -
@dustbro I seem to recall a similar issue and my solution was to default to no impulse loaded.
-
@d-healey said in Convolution - IR save in preset... how?:
default to no impulse loaded.
Maybe I can use a hidden AudioWaveform Panel? That way I can hit the "save in preset" box?
-
Didn't work :(
-
@dustbro
-
In order to do that, you can create a hidden radio button set and assign your IR samples on each button. For assigning IR files to buttons, use this function:
convolution.setFile("{PROJECT_FOLDER}IRFile.wav");
;) -
Don't forget to use
Engine.loadAudioFilesIntoPool();
in the begining of the GUI script.
-
-
@orange said in Convolution - IR save in preset... how?:
create a hidden radio button set
Not a bad idea. Gonna mess with that now
-
@orange has a good idea, in the same thought why not to use a knob to store the array index of your impulse that will be restored?
-
I would also go with the hidden slider one.