libstdc++-10 linkage errors. Spell check~

This commit is contained in:
Robin Davies
2022-03-07 23:03:43 -05:00
parent 1212099d89
commit 01a9f957ae
16 changed files with 45 additions and 20 deletions
+3 -3
View File
@@ -1,15 +1,15 @@
## Installing PiPedal
### Install for Ubuntu or Rasbian (64-bit)
### Install for Ubuntu or Raspberry Pi OS (64-bit)
Download the most recent Debian (.deb) package for your platform:
- [Ubuntu or Raspberry Pi OS (64-bit)](https://github.com/rerdavies/pipedal/releases/download/v0.1.3-alpha.2/pipedal_0.1.3_arm64.deb) v0.1.3-alpha.2
- [Ubuntu or Raspberry Pi OS (64-bit)](https://github.com/rerdavies/pipedal/releases/download/v0.1.4-alpha.3/pipedal_0.1.4_arm64.deb) v0.1.4-alpha.3
Install the package by running
```
sudo apt update
cd ~/Downloads
sudo apt-get install ./pipedal_0.1.3_arm64.deb
sudo apt-get install ./pipedal_0.1.4_arm64.deb
```

Before

Width:  |  Height:  |  Size: 89 KiB

After

Width:  |  Height:  |  Size: 89 KiB

+1 -1
View File
@@ -13,5 +13,5 @@ If you install new LV2 plugins, you will have to restart the PiPedal web service
sudo pipedalconfig --restart
Although most LV2 plugins provide GUI interfaces, when running on a LINUX desktop, the LV2 plugin standard is specifically designed to allow remote control
Although most LV2 plugins provide GUI interfaces, when running on a Linux desktop, the LV2 plugin standard is specifically designed to allow remote control
without using the provided desktop GUI interface. And all but a tiny minority of LV2 plugins (most of them analyzers, unfortunately) support this.
+3 -3
View File
@@ -1,15 +1,15 @@
## Download
### Install for Ubuntu or Rasbian (64-bit)
### Install for Ubuntu or Raspberry Pi OS (64-bit)
Download the most recent Debian (.deb) package for your platform:
- [Ubuntu or Raspberry Pi OS (64-bit)](https://github.com/rerdavies/pipedal/releases/download/v0.1.3-alpha.2/pipedal_0.1.3_arm64.deb) v0.1.3-alpha.2
- [Ubuntu or Raspberry Pi OS (64-bit)](https://github.com/rerdavies/pipedal/releases/download/v0.1.4-alpha.3/pipedal_0.1.4_arm64.deb) v0.1.4-alpha.3
Install the package by running
```
sudo apt update
cd ~/Downloads
sudo apt-get install ./pipedal_0.1.3_arm64.deb
sudo apt-get install ./pipedal_0.1.4_arm64.deb
```
+2 -2
View File
@@ -1,6 +1,6 @@
<i>v0.1.3-alpha.2</i>
<i>v0.1.4-alpha.3</i>
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.
@@ -15,7 +15,7 @@ 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](PiPedalSshots.png)
![Screenshot](PiPedalScreenshots.png)
### [System Requirements](SystemRequirements.md)
### [Installing PiPedal](Installing.md)