Impulse Response File switching?
-
Hi,
I'm currently working on a project involving a convolution reverb, I need a little help implementing a combo box that allows the user to switch between different IR files for the Convolution Reverb.
I'm seeking guidance on the best approach to achieve this feature.
cheers.
-
@RastaChess This is how I'm doing it in Sordina - https://github.com/davidhealey/sordina/blob/master/Scripts/ScriptProcessors/sordina/Interface.js#L131
-
@d-healey Thank you, I'll try to figure it out from your example.