From 6be712ddc7ad6f4336b3b0692cb1f45c595058b9 Mon Sep 17 00:00:00 2001 From: Mike Oliphant Date: Wed, 20 Mar 2024 17:47:00 -0700 Subject: [PATCH] Update README.md --- README.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/README.md b/README.md index c47e866..43d75e3 100644 --- a/README.md +++ b/README.md @@ -1 +1,27 @@ +# What is it? + +Stompbox is a guitar amplification and effects application - a digital pedalboard. + +This github repository is the front-end for the software (the core codebase is [here](https://github.com/mikeoliphant/stompbox), to be used either as a remote interface to an actual pedalboard implementation, or as a standalone VST plugin. + +This is what it looks like: + ![stompbox](https://github.com/mikeoliphant/StompboxUI/assets/6710799/dd6e9349-ff0d-4437-af42-ef62f1096496) + +# Features + +* Pedalboard-style layout (Amp/Cab with input chain and FX loop) +* [Neural Amp Modeler](https://github.com/sdatkinson/neural-amp-modeler) support +* Cabinet impulse responses +* Time-based effects + - Delay + - Reverb (algorithmic and convolution) + - Compressor + - Chorus + - Phaser + - Flanger + - Tremolo + - Vibrato + - Wah/Auto-Wah +* Tuner +* Audio file player