Skip to content

Repository files navigation

NAM Rig

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.

Building (Linux)

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"

Status

Milestone 1: standalone shell with smoothed passthrough gain. The NAM engine arrives in milestone 2.

License

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.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages