Git Product home page Git Product logo

smartguitarpedal's Introduction

SmartGuitarPedal

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

See video demo here: https://www.youtube.com/watch?v=4zwZNa7Kwwo&t=58s

This plugin uses a WaveNet model to recreate the sound of real world hardware, such as a TS9 Tubescreamer or Blues Jr amp. Drive, Level, and Tone were added for simple ways to control the sound. The WaveNet model is effective at emulating distortion style effects or tube amplifiers.

app

You can create your own models and load them in SmartGuitarPedal using the following Github repository:

https://github.com/keyth72/PedalNetRT

Model training is done using PyTorch on pre recorded .wav samples. More info in the above repository. Feel free to create a pull request to add your own trained models to this repository.

Also see companion plugin, the SmartGuitarAmp: https://github.com/keyth72/SmartGuitarAmp

Installing the plugin

  1. Download plugin (currently Windows 10 only) here
  2. Copy to your DAW's VST directory
  3. Copy .json models from the models/ directory of this repository to the DAW's executable directory when using VST, (for example: "C:\Program Files\REAPER (x64)\*.json") or to the same directory as the SmartPedal.exe when using standalone.

Initial Setup

  1. Clone or download this repository.
  2. Download and install JUCE This project uses the "Projucer" application from the JUCE website.
  3. Download Eigen Extract Eigen to a convenient location on your system (will be linked with Projucer)
  4. Open SmartGuitarPedal.jucer file with Projucer
  5. Add the <full_path_to>/ Eigen folder to "Header Search Paths" in Exporters -> Debug/Release
  6. Open and build project in Visual Studio (Windows), Xcode (Mac), or Code::Blocks/Makefile (Linux)

Note: Make sure to build in Release mode unless actually debugging. Debug mode will not keep up with real time playing.

Loading hardware models

Models are auto loaded from the working directory of the executable. When using the plugin, add the .json files to your DAW .exe path (for example: "C:\Program Files\REAPER (x64)"). When running the stand alone exe, put in the same directory as SmartPedal.exe.

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 here: https://github.com/damskaggep/WaveNetVA

smartguitarpedal's People

Contributors

guitarml avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.