A lightweight stereo Impulse Response and NAM profile loader plugin, split out from NeuralRack.
- True stereo processing: independent IR/NAM slot per channel, with a switchable Stereo / Mix mode
- Per-channel and master gain, plus a mix control between channels in Mix mode
- Available as CLAP, VST2 and VST3
It supports A1/A2 *.nam (outboard) profiles by using the NeuralAudio engine.
For Impulse Response file convolution it uses FFTConvolver.
Resampling is done by libzita-resampler.
Get the source tree with submodules:
git clone https://github.com/brummer10//LoadBox.git
cd LoadBox
git submodule update --init --recursiveBuild:
make # builds clap, vst2 and vst3 into ../bin/
make clap # just the CLAP plugin
make vst3 # just the VST3 plugin
make vst2 # just the VST2 plugin
make install # installs into ~/.clap, ~/.vst, ~/.vst3 (or /usr/lib/... as root)BSD-3-Clause
