-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f25b445
commit 6be712d
Showing
1 changed file
with
26 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |