Demo track
This commit is contained in:
@@ -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>
|
||||
|
||||
[Demo](docs/img/DemoTrack.mp3)
|
||||

|
||||
|
||||
----
|
||||
|
||||
|
||||
@@ -2,4 +2,6 @@
|
||||
<!-- Replace this source with your actual audio file path -->
|
||||
<source src="img/DemoTrack.mp3" type="audio/mpeg">
|
||||
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>
|
||||
|
||||
@@ -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;
|
||||
|
||||
+1
-2
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user