Tr3m / nam-juce

A JUCE implementation of the Neural Amp Modeler Plugin
GNU General Public License v3.0
29 stars 1 forks source link
neural-amp-modeler neural-amp-modeler-linux vst3 vst3-linux

nam-juce icon

NAM JUCE

Neural Amp Modeler JUCE Implementation

[![current release](https://img.shields.io/github/release/tr3m/nam-juce.svg)](https://github.com/tr3m/nam-juce/releases) [![chocolatey](https://img.shields.io/chocolatey/v/nam-juce)](https://community.chocolatey.org/packages/nam-juce/) [![license](https://img.shields.io/github/license/tr3m/nam-juce.svg)](https://github.com/tr3m/nam-juce/blob/master/LICENSE.txt)
**A JUCE implementation of Steven Atkinson's [NeuralAmpModelerPlugin](https://github.com/sdatkinson/NeuralAmpModelerPlugin). This Repository is still a work-in-proress, but the basic functionality is there.**


animated

Table of Contents

Installation

Releases

The latest version for Windows and MacOS can be found in the Releases page.

Chocolatey (Windows)

For windows, the Chocolatey package can be installed by running:

choco install nam-juce

Building

git clone https://github.com/tr3m/nam-juce
cd nam-juce

Git sumbodules dont need to be initialized manually. CMake will initialize the appropriate submodules depending on the defined flags.

Windows

cmake -B build
cmake --build build --config Release -j %NUMBER_OF_PROCESSORS% 

The %NUMBER_OF_PROCESSORS% environment variable is for cmd. The Powershell/New Windows Terminal equivalent is $ENV:NUMBER_OF_PROCESSORS.

MacOS

cmake -B build
cmake --build build -- -j $(sysctl -n hw.physicalcpu)

Linux

cmake -B build
cmake --build build -- -j $(nproc)

Linux dependencies for JUCE can be found here. Keep in mind that the packages they list are meant for Ubuntu, so you might have to do your own research depending on your distro.

Optional CMake Flags


The resulting binaries can be found under build/NEURAL_AMP_MODELER_artefacts/Release/.

Supported Platforms

Supported Formats


Note: The Standalone application for Windows doesn't support ASIO by default. For ASIO support a path to Steingberg's ASIO SDK needs to be provided by using the ASIO_PATH flag with CMake.

More plugin formats like LV2 and Legacy VST can be built by providing the appropriate SDK paths and setting the corresponding JUCE flags in the main CMakeLists.txt file.

Getting Models

You can find Models and Impulse Responses shared by the community on ToneHunt.