Impulse Response loader
-
I was thinking about trying to build a guitar amp cabinet simulation that users can load their own ir files into. I've already build one which comes with a bunch of ir files, but I don't know how to go about setting it up for people to load their own ir's.
-
@pcs800 If you delve into the file and file system APIs you can add a button to open a file browser to allow users to select a IR.
Or if you want a simpler solution you can add a waveform control to your UI, connect it to your effect, and then users can just drag/drop an IR onto it.