MCPcopy Create free account
hub / github.com/GuitarML/SmartGuitarAmp

github.com/GuitarML/SmartGuitarAmp @v1.3

Chat with this repo
repository ↗ · DeepWiki ↗ · release v1.3 ↗ · + Follow
102 symbols 140 edges 20 files 12 documented · 12% updated 3y agov1.3 · 2022-08-31★ 1,3283 open issues

Browse by type

Functions 93 Types & classes 9
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

SmartGuitarAmp

Downloads

Guitar plugin made with JUCE that uses neural network models to emulate real world hardware.

See video demo on YouTube

This plugin uses a WaveNet model to recreate the sound of real world hardware. The current version models a small tube amp, with the ability to add more options in the future. There is a clean/lead channel, which is equivalent to the amp's clean and full drive settings. Gain and EQ knobs were added to modulate the modeled sound.

app

You can create your own models and load them in SmartGuitarAmp with minor code modifications. To train your own models, use PedalNetRT

Model training is done using PyTorch on pre recorded .wav samples. More info in the above repository. To share your best models, email the json files to smartguitarml@gmail.com and they may be included in the latest release as a downloadable zip.

Also see companion plugin, the SmartGuitarPedal

Note: As of SmartAmp version 1.3, the custom model load was removed to simplify the plugin. To load user trained models, use the SmartGuitarPedal, which plays all models trained with PedalNetRT.

Installing the plugin

  1. Download the appropriate plugin installer (Windows, Mac, Linux)
  2. Run the installer and follow the instructions. May need to reboot to allow your DAW to recognize the new plugin.

Build Instructions

Build with Cmake

# Clone the repository
$ git clone https://github.com/GuitarML/SmartGuitarAmp.git
$ cd SmartGuitarAmp

# initialize and set up submodules
$ git submodule update --init --recursive

# build with CMake
$ cmake -Bbuild
$ cmake --build build --config Release

The binaries will be located in SmartAmp/build/SmartAmp_artefacts/

License

This project is licensed under the Apache License, Version 2.0 - see the LICENSE file for details.

This project builds off the work done in WaveNetVA

The EQ code used in this plugin is based on the work done by Michael Gruhn in 4BandEQ algorithm.

Core symbols most depended-on inside this repo

Shape

Method 79
Function 14
Class 9

Languages

C++100%

Modules by API surface

src/PluginProcessor.cpp21 symbols
src/Activations.cpp14 symbols
src/Convolution.cpp12 symbols
src/ConvolutionStack.cpp10 symbols
src/WaveNet.cpp9 symbols
src/PluginEditor.cpp9 symbols
src/ConvolutionLayer.cpp5 symbols
src/Eq4Band.cpp4 symbols
src/myLookAndFeel.cpp3 symbols
src/WaveNetLoader.cpp3 symbols
src/Convolution.h3 symbols
src/ConvolutionStack.h2 symbols

For agents

$ claude mcp add SmartGuitarAmp \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page