Merge branch 'main' of https://github.com/rerdavies/pipedal
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
|
|
||||||
<img src='docs/GithubBanner.png' width="100%" />
|
<img src='docs/GithubBanner.png' width="100%" /><br/>
|
||||||
|
|
||||||
Download: <a href='docs/download.md'>v1.0.16</a> Website: [https://rerdavies.github.io/pipedal](https://rerdavies.github.io/pipedal).
|
Download: <a href='docs/download.md'>v1.0.15</a> Website: [https://rerdavies.github.io/pipedal](https://rerdavies.github.io/pipedal).
|
||||||
|
|
||||||
|
|
||||||
Use your Raspberry Pi as a guitar effects pedal. Configure and control PiPedal with your phone or tablet.
|
Use your Raspberry Pi as a guitar effects pedal. Configure and control PiPedal with your phone or tablet.
|
||||||
@@ -23,22 +23,22 @@ If your USB audio adapter has MIDI connectors, you can use MIDI devices (keyboar
|
|||||||
----
|
----
|
||||||
|
|
||||||
|
|
||||||
### [System Requirements](docs/SystemRequirements.md)
|
### [System Requirements](https://rerdavies.github.io/pipedal/SystemRequirements.html)
|
||||||
### [Installing PiPedal](docs/Installing.md)
|
### [Installing PiPedal](https://rerdavies.github.io/pipedal/Installing.html)
|
||||||
### [Configuring PiPedal After Installation](docs/Configuring.md)
|
### [Configuring PiPedal After Installation](https://rerdavies.github.io/pipedal/Configuring.html)
|
||||||
### [Choosing a USB Audio Adapter](docs/ChoosingAUsbAudioAdapter.md)
|
### [Choosing a USB Audio Adapter](https://rerdavies.github.io/pipedal/ChoosingAUsbAudioAdapter.html)
|
||||||
### [Optimizing Audio Latency](docs/AudioLatency.md)
|
### [Optimizing Audio Latency](https://rerdavies.github.io/pipedal/AudioLatency.html)
|
||||||
### [Command-Line Configuration of PiPedal](docs/CommandLine.md)
|
### [Command-Line Configuration of PiPedal](https://rerdavies.github.io/pipedal/CommandLine.html)
|
||||||
### [Changing the Web Server Port](docs/ChangingTheWebServerPort.md)
|
### [Changing the Web Server Port](https://rerdavies.github.io/pipedal/ChangingTheWebServerPort.html)
|
||||||
### [Using LV2 Audio Plugins](docs/UsingLv2Plugins.md)
|
### [Using LV2 Audio Plugins](https://rerdavies.github.io/pipedal/UsingLv2Plugins.md)
|
||||||
### [Which LV2 Plugins does PiPedal support?](docs/WhichLv2PluginsAreSupported.md)
|
### [Which LV2 Plugins does PiPedal support?](https://rerdavies.github.io/pipedal/WhichLv2PluginsAreSupported.html)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
### [Building PiPedal from Source](docs/BuildingPiPedalFromSource.md)
|
### [Building PiPedal from Source](https://rerdavies.github.io/pipedal/BuildingPiPedalFromSource.html)
|
||||||
### [Build Prerequisites](docs/BuildPrerequisites.md)
|
### [Build Prerequisites](https://rerdavies.github.io/pipedal/BuildPrerequisites.html)
|
||||||
### [The Build System](docs/TheBuildSystem.md)
|
### [The Build System](https://rerdavies.github.io/pipedal/TheBuildSystem.html)
|
||||||
### [How to Debug PiPedal](docs/Debugging.md)
|
### [How to Debug PiPedal](https://rerdavies.github.io/pipedal/Debugging.html)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -14,7 +14,7 @@ GEM
|
|||||||
execjs
|
execjs
|
||||||
coffee-script-source (1.11.1)
|
coffee-script-source (1.11.1)
|
||||||
colorator (1.1.0)
|
colorator (1.1.0)
|
||||||
commonmarker (0.23.4)
|
commonmarker (0.23.6)
|
||||||
concurrent-ruby (1.1.9)
|
concurrent-ruby (1.1.9)
|
||||||
dnsruby (1.61.9)
|
dnsruby (1.61.9)
|
||||||
simpleidn (~> 0.1)
|
simpleidn (~> 0.1)
|
||||||
|
|||||||
+7
-6
@@ -3,6 +3,13 @@
|
|||||||
<img src="GithubBanner.png" width="100%"/>
|
<img src="GithubBanner.png" width="100%"/>
|
||||||
<a href="Installing.html"><i>v1.0.16</i></a>
|
<a href="Installing.html"><i>v1.0.16</i></a>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
To read the PiPedal documentation, click [here](Documentation.md).
|
||||||
|
|
||||||
|
To download PiPedal, click [here](download.md).
|
||||||
|
|
||||||
|
To sponsor the PiPedal project, click [here](https://github.com/sponsors/rerdavies).
|
||||||
|
|
||||||
Use your Raspberry Pi as a guitar effects pedal. Configure and control PiPedal with your phone or tablet.
|
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.
|
PiPedal running on a Raspberry Pi 4 provides stable super-low-latency audio via external USB audio devices, or internal Raspberry Pi audio hats.
|
||||||
@@ -18,11 +25,5 @@ If your USB audio adapter has MIDI connectors, you can use MIDI devices (keyboar
|
|||||||
|
|
||||||
{% include gallery.html %}
|
{% include gallery.html %}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
To read the PiPedal documentation, click [here](Documentation.md).
|
|
||||||
|
|
||||||
To download PiPedal, click [here](download.md).
|
|
||||||
|
|
||||||
To sponsor the PiPedal project, click [here](https://github.com/sponsors/rerdavies).
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user