• Stars
    star
    1,176
  • Rank 39,505 (Top 0.8 %)
  • Language
    C++
  • License
    Apache License 2.0
  • Created about 4 years ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Guitar plugin made with JUCE that uses neural networks to emulate a tube amplifier.

SmartGuitarAmp

Downloads CI

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 at clean and overdriven 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 [email protected] 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) from the Releases page.
  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.

More Repositories

1

NeuralPi

Raspberry Pi guitar pedal using neural networks to emulate real amps and effects.
C++
998
star
2

GuitarLSTM

Deep learning models for guitar amp/pedal emulation using LSTM with Keras.
Python
342
star
3

PedalNetRT

Deep Learning Networks for Real Time Guitar Effect Emulation using WaveNet with PyTorch
Python
322
star
4

SmartGuitarPedal

Guitar plugin made with JUCE that uses neural network models to emulate real world hardware.
C++
247
star
5

SmartAmpPro

Guitar plugin using neural networks to capture real amps and pedals
C++
178
star
6

Proteus

Guitar amp and pedal capture plugin using neural networks.
C++
120
star
7

Chameleon

Vintage guitar amp using neural networks.
C++
78
star
8

NeuralSeed

Neural networks for guitar amp/pedal emulation on Daisy Seed
C++
76
star
9

TS-M1N3

TS-9 guitar pedal clone using neural networks.
C++
45
star
10

PrincePedal

Prince of Tone style guitar plugin made with neural networks
C++
29
star
11

ToneLibrary

Collection of tone models for GuitarML plugins
21
star
12

modep-plugins

GuitarML Plugins for MODEP on Raspberry Pi 3
17
star
13

GuitarML

13
star
14

Releases

Repository to host binary releases of GuitarML plugins
9
star
15

DaisyEffects

A collection of effects for Daisy Seed and Terrarium guitar pedal
C++
9
star
16

DarkStar

Amp sim for MODEP using neural networks
C++
8
star
17

lstmApp

Standalone exe for applying GuitarLSTM models to wav files.
C++
6
star
18

GuitarPedalPCBs

Collection of KiCad circuit board designs for guitar pedals you can build yourself.
4
star
19

Seed

Digital Multi-Effect Pedal with Reverb, Delay, Tremolo, Looper, and Neural Networks for Amp Modeling
C++
4
star