From 377f52d57518ee88cd84aeab761cc86b19a5b9fb Mon Sep 17 00:00:00 2001 From: Robin Davies Date: Thu, 3 Mar 2022 09:07:02 -0500 Subject: [PATCH 1/4] Update Installing.md --- docs/Installing.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/docs/Installing.md b/docs/Installing.md index e781865..ba520d2 100644 --- a/docs/Installing.md +++ b/docs/Installing.md @@ -1,3 +1,11 @@ ## Installing PiPedal -tbd... +### Install for Ubuntu or Rasbian (64-bit) + +Download the most [recent Debian package ](https://github.com/rerdavies/pipedal/releases/download/v0.1.1.alpha.1/pipedal_0.1.1_arm64.deb) (.deb) file. + +Install the package by running + +``` + sudo dpkg install pipedal_0.1.1_arm64.deb +``` From 653e58fc1e3d5bf4c66df7de1d7e7837ff46cdac Mon Sep 17 00:00:00 2001 From: Robin Davies Date: Fri, 4 Mar 2022 19:49:58 -0500 Subject: [PATCH 2/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 59f1712..9c6ed56 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ PiPedal's user interface has been specifically designed to work well on small fo PiPedal provides a simple configuration tool that allows you to easily set up a WiFi hotspot on your Raspberry Pi which can then be used to connect wirelessly. -PiPedal provides a pre-installed selection of plugins from the ToobAmp and Guitarix collection of plugins. But it works with most LV2 Audio plugins. There are literally hundreds of free high-quality LV2 audio plugins that will work with PiPedal. +PiPedal provides a pre-installed selection of LV2 plugins from the ToobAmp collection of plugins. But it works with most LV2 Audio plugins. There are literally hundreds of free high-quality LV2 audio plugins that will work with PiPedal. 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 want bind PiPedal controls to midi messages. From b308a945143d63e7883ef891ca815416b33f9ec1 Mon Sep 17 00:00:00 2001 From: Robin Davies Date: Fri, 4 Mar 2022 19:55:39 -0500 Subject: [PATCH 3/4] Update Installing.md --- docs/Installing.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/Installing.md b/docs/Installing.md index ba520d2..8f695f3 100644 --- a/docs/Installing.md +++ b/docs/Installing.md @@ -2,7 +2,9 @@ ### Install for Ubuntu or Rasbian (64-bit) -Download the most [recent Debian package ](https://github.com/rerdavies/pipedal/releases/download/v0.1.1.alpha.1/pipedal_0.1.1_arm64.deb) (.deb) file. +Download the most recent Debian (.deb) package for your platform: + +- [Ubuntu or Rasbian (64-bit)](https://github.com/rerdavies/pipedal/releases/download/v0.1.1.alpha.1/pipedal_0.1.1_arm64.deb) Install the package by running From ab897ae45c0883e9618e6f602882fdd79b6d8173 Mon Sep 17 00:00:00 2001 From: Robin Davies Date: Fri, 4 Mar 2022 19:57:32 -0500 Subject: [PATCH 4/4] Update Installing.md --- docs/Installing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Installing.md b/docs/Installing.md index 8f695f3..f386105 100644 --- a/docs/Installing.md +++ b/docs/Installing.md @@ -4,7 +4,7 @@ Download the most recent Debian (.deb) package for your platform: -- [Ubuntu or Rasbian (64-bit)](https://github.com/rerdavies/pipedal/releases/download/v0.1.1.alpha.1/pipedal_0.1.1_arm64.deb) +- [Ubuntu or Rasbian (64-bit)](https://github.com/rerdavies/pipedal/releases/download/v0.1.1.alpha.1/pipedal_0.1.1_arm64.deb) v0.1.1.alpha.1 Install the package by running