diff --git a/README.md b/README.md index cff9e76..f9d096c 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ If your USB audio adapter has MIDI connectors, you can use MIDI devices (keyboar -[Demo](docs/img/DemoTrack.mp3) +![Demo](docs/img/DemoTrack.mp3) ----   diff --git a/docs/_includes/demo.html b/docs/_includes/demo.html index e7c6fc0..f7f6f3e 100644 --- a/docs/_includes/demo.html +++ b/docs/_includes/demo.html @@ -2,4 +2,6 @@ Your browser does not support the audio element. - \ No newline at end of file + +
+ Audio demo
diff --git a/docs/_includes/gallery.html b/docs/_includes/gallery.html index 6afca1b..eae1d9f 100644 --- a/docs/_includes/gallery.html +++ b/docs/_includes/gallery.html @@ -7,15 +7,16 @@ "jazz.png", "midi-bindings.png", "hotspot.png", + "thunder.png", "rig.jpg", - "thunder.png" ]; let captions = [ "PiPedal Guitar Effects Pedal running on a Raspberry Pi.", - "Stage rig.", - "Touch-friendly controls.", + "Control via browser, phone or tablet", "Bind controls to midi messages.", - "Easy Wi-Fi hotspot configuration." + "Easy Wi-Fi hotspot configuration.", + "Neural Net amp models", + "Stage rig." ]; let maxWidth = 680; diff --git a/docs/index.md b/docs/index.md index 75fe38f..f9b67e9 100644 --- a/docs/index.md +++ b/docs/index.md @@ -17,11 +17,10 @@ PiPedal will also run on Ubuntu 22.x (amd64/x64 and aarch64). Make sure you foll instructions](https://rerdavies.github.io/pipedal/Configuring.html) to make sure your Ubuntu OS is using a realtime-capable kernel. +{% include demo.html %} {% include gallery.html %} -{% include demo.html %} - PiPedal can be remotely controlled via a web interface over Ethernet, or Wi-Fi. If you don't have access to a Wi-Fi router, PiPedal can be configured to start a Wi-Fi hotspot automatically, whenever your Raspberry Pi can't connect to your home network.