A minimalist VST3 Impulse Response (IR) loader plugin built with the JUCE framework. It provides a simple, zero-bureaucracy solution for loading .wav impulse responses for convolution reverb or cabinet simulation.
- C++ 20
- JUCE Framework
- CMake
Ensure you have CMake and a C++ compiler (like MSVC, Clang, or GCC) installed.
-
Clone the repository:
git clone https://github.com/Georj01/ir-loader-g.git cd ir-loader-g -
Configure and build via CMake:
cmake -B build -S . -DCMAKE_BUILD_TYPE=Release cmake --build build --config ReleaseNote: If JUCE is not found locally, CMake will automatically fetch it.
-
The compiled
.vst3file will be located in thebuild/ir-loader-g_artefacts/Release/VST3/directory.
- Place the generated
.vst3plugin in your DAW's VST3 plugins folder. - Load
IR Loaderonto an audio track. - Click the interface to select and load your desired
.wavimpulse response file. - The plugin will immediately apply the convolution processing to the audio signal.