Proteus

Guitar amp and pedal capture plugin using neural networks
Log | Files | Refs | Submodules | README

commit 302e2c23a5d3e9ed56e82114022f5b95cb6fbfe2
parent 9971bc6058b31349bca9ccfa9ec2922482aa5cb4
Author: Keith Bloemer <32459398+GuitarML@users.noreply.github.com>
Date:   Wed,  9 Nov 2022 11:19:25 -0600

Update README.md
Diffstat:
MREADME.md | 8+++++---
1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md @@ -1,17 +1,19 @@ # Proteus -Capture your own amps/pedals/plugins with Proteus. Can capture a drive/tone knob, or snapshot of the sound at a specific setting. Use the Proteus Capture Utility to quickly train models in the cloud with Colab. Effective for Amps/PreAmps, Distortion/Overdrive/Boost pedals (non-time based, no Reverb/Delay/Flange/Phaser). You can also capture a "rig", or combination of pedals/amp. This is similar in concept to a Kemper, Quad Cortex, or ToneX, in a free and open source plugin. +Capture your own amps/pedals/plugins with Proteus. Can capture a drive/tone knob, or snapshot of the sound at a specific setting. Use the Proteus Capture Utility to quickly train models in the cloud with Colab. Effective for Amps/PreAmps, Distortion/Overdrive/Boost pedals (non-time based, no Reverb/Delay/Flange/Phaser). You can also capture a "rig", or combination of pedals/amp. This is similar in concept to a Kemper, Quad Cortex, or ToneX, in a free and open source plugin, with the ability to capture and share the sound of guitar gear normally costing hundreds or thousands of dollars. + +![app](https://github.com/GuitarML/Proteus/blob/master/resources/app_pic.png) - Checkout the video tutorials for creating your own models for the Proteus plugin. - [Amp Capture](https://youtu.be/2vs4WKYgZUs) - [Pedal Capture](https://youtu.be/86oQuYHjpy0) - [Plugin Capture](https://youtu.be/vwsSYpqRqyM) + ![](https://github.com/GuitarML/Proteus/blob/main/resources/amp_capture.gif)![](https://github.com/GuitarML/Proteus/blob/main/resources/pedal_capture.gif) + - Visit the GuitarML [ToneLibrary Website](https://guitarml.com/tonelibrary/tonelib-pro.html) to download Proteus compatible models. - Download the [Proteus Capture Utility](https://github.com/GuitarML/Releases/releases/download/v1.0.0/Proteus_Capture_Utility.zip), which includes the input audio file and Colab script to train models for Proteus. -![app](https://github.com/GuitarML/Proteus/blob/master/resources/app_pic.png) - Proteus uses a LSTM neural network to emulate guitar amplifiers/preamps and distortion/overdrive/boost pedals. You can capture the sound of an amplifier either by recording with a microphone, or direct out from a load box. When running "Direct Out" models, you will need to use an Impulse Response plugin to accurately model the amp speaker/cabinet. You can create your own models using the [Automated-GuitarAmpModelling](https://github.com/GuitarML/Automated-GuitarAmpModelling) repository directly (LSTM with hidden size 40), or by using the Capture Utility files (available for download at [GuitarML.com](https://guitarml.com/)) with Google Colab (recommended).