From b4326a7d3dc9ffd349dda6f39a525bf934f6c333 Mon Sep 17 00:00:00 2001 From: Mike Oliphant Date: Mon, 1 Jul 2024 12:25:28 -0700 Subject: [PATCH 1/2] Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d722e3b..13e9c38 100644 --- a/README.md +++ b/README.md @@ -4,10 +4,14 @@ Stompbox is a guitar amplification and effects application, arranged as a digita This github repository is the front-end for the software (the core codebase is [stompbox](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: +This is what it looks like running a Windows/Linux remote or as a VST plugin: ![stompbox](https://github.com/mikeoliphant/StompboxUI/assets/6710799/dd6e9349-ff0d-4437-af42-ef62f1096496) +This is what it looks like running an Android remote: + +![StompboxAndroid](https://github.com/mikeoliphant/StompboxUI/assets/6710799/3189e769-a28c-4e3b-8629-6846fb32de6c) + # Features * Pedalboard-style layout (Amp/Cab with input chain and FX loop) From 6b91bcef5cb3e1243819af1eac65f46903a448ed Mon Sep 17 00:00:00 2001 From: Mike Oliphant Date: Mon, 1 Jul 2024 12:30:11 -0700 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 13e9c38..a19fbbf 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ This is what it looks like running a Windows/Linux remote or as a VST plugin: ![stompbox](https://github.com/mikeoliphant/StompboxUI/assets/6710799/dd6e9349-ff0d-4437-af42-ef62f1096496) -This is what it looks like running an Android remote: +This is what it looks like running as an Android remote: ![StompboxAndroid](https://github.com/mikeoliphant/StompboxUI/assets/6710799/3189e769-a28c-4e3b-8629-6846fb32de6c)