A ground-up rebuild of the Neural Amp Modeler plugin on JUCE 8. Standalone practice rig first, then CLAP + VST3. Linux, Windows, macOS from one codebase.
sudo apt install libasound2-dev libfreetype-dev libfontconfig-dev \
libxext-dev libxrandr-dev libxcursor-dev libxinerama-dev \
libxcomposite-dev libcurl4-openssl-dev ninja-build
git clone --recurse-submodules --shallow-submodules <repo-url>
cd nam-rig
cmake -B build -G Ninja -DCMAKE_BUILD_TYPE=Release
cmake --build build
./build/NamRig_artefacts/Release/Standalone/"NAM Rig"Milestone 1: standalone shell with smoothed passthrough gain. The NAM engine arrives in milestone 2.
AGPL-3.0 — required by JUCE 8's open-source license option, and a good fit anyway. The NAM DSP core and the other bundled dependencies keep their own permissive licenses; see THIRD_PARTY_LICENSES.md.