From 733415ab1ffd94da0279e0bf394a8d46f0f1ee87 Mon Sep 17 00:00:00 2001 From: Robin Davies Date: Sat, 12 Mar 2022 02:11:38 -0500 Subject: [PATCH] Gallery --- docs/gallery.md | 3 +++ docs/index.md | 11 +++++++++-- 2 files changed, 12 insertions(+), 2 deletions(-) create mode 100644 docs/gallery.md diff --git a/docs/gallery.md b/docs/gallery.md new file mode 100644 index 0000000..dc10c8d --- /dev/null +++ b/docs/gallery.md @@ -0,0 +1,3 @@ + +{% include gallery.html %} + diff --git a/docs/index.md b/docs/index.md index ad8c4ae..0463071 100644 --- a/docs/index.md +++ b/docs/index.md @@ -3,7 +3,7 @@ v0.1.5-beta -Use your Raspberry Pi as a guitar effects pedal. PiPedal allows you to control and configure your guitar effects via a web interface, using your phone, tablet, or computer. +Use your Raspberry Pi as a guitar effects pedal. Configure and control PiPedal with your phone or tablet. PiPedal running on a Raspberry Pi 4 provides stable super-low-latency audio via external USB audio devices, or internal Raspberry Pi audio hats. @@ -15,7 +15,14 @@ PiPedal provides a pre-installed selection of LV2 plugins from the ToobAmp colle If your USB audio adapter has midi connectors, you can use midi devices (keyboards or midi floor boards) to control PiPedal while performing. A simple interface allows you to select how you would like to bind PiPedal controls to midi messages. -![Screenshot](PiPedalScreenshots.png) +{% include gallery.html %} + +  + +---- + +  + ### [System Requirements](SystemRequirements.md) ### [Installing PiPedal](Installing.md)