Demo track

This commit is contained in:
Robin E. R. Davies
2025-05-13 19:01:07 -04:00
parent aaafd81566
commit 6edc00efdc
4 changed files with 10 additions and 8 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ If your USB audio adapter has MIDI connectors, you can use MIDI devices (keyboar
<img src="docs/gallery/rig.jpg" width="45%"></img> <img src="docs/gallery/jazz.png" width="45%"></img> <img src="docs/gallery/thunder.png" width="45%"></img> <img src="docs/gallery/midi-bindings.png" width="45%"></img> <img src="docs/gallery/hotspot.png" width="45%"></img> <img src="docs/gallery/rig.jpg" width="45%"></img> <img src="docs/gallery/jazz.png" width="45%"></img> <img src="docs/gallery/thunder.png" width="45%"></img> <img src="docs/gallery/midi-bindings.png" width="45%"></img> <img src="docs/gallery/hotspot.png" width="45%"></img>
[Demo](docs/img/DemoTrack.mp3) ![Demo](docs/img/DemoTrack.mp3)
---- ----
&nbsp; &nbsp;
+3 -1
View File
@@ -2,4 +2,6 @@
<!-- Replace this source with your actual audio file path --> <!-- Replace this source with your actual audio file path -->
<source src="img/DemoTrack.mp3" type="audio/mpeg"> <source src="img/DemoTrack.mp3" type="audio/mpeg">
Your browser does not support the audio element. Your browser does not support the audio element.
</audio> </audio>
<div style='font-size: 0.9em; font-style: italic; color: #888;margin-left: 32px'>
Audio demo</div>
+5 -4
View File
@@ -7,15 +7,16 @@
"jazz.png", "jazz.png",
"midi-bindings.png", "midi-bindings.png",
"hotspot.png", "hotspot.png",
"thunder.png",
"rig.jpg", "rig.jpg",
"thunder.png"
]; ];
let captions = [ let captions = [
"PiPedal Guitar Effects Pedal running on a Raspberry Pi.", "PiPedal Guitar Effects Pedal running on a Raspberry Pi.",
"Stage rig.", "Control via browser, phone or tablet",
"Touch-friendly controls.",
"Bind controls to midi messages.", "Bind controls to midi messages.",
"Easy Wi-Fi hotspot configuration." "Easy Wi-Fi hotspot configuration.",
"Neural Net amp models",
"Stage rig."
]; ];
let maxWidth = 680; let maxWidth = 680;
+1 -2
View File
@@ -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. 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 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 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. start a Wi-Fi hotspot automatically, whenever your Raspberry Pi can't connect to your home network.