This commit is contained in:
Robin Davies
2023-05-01 22:59:06 -04:00
parent e3c31ec380
commit a04bcabe00
18 changed files with 29 additions and 27 deletions
+2 -2
View File
@@ -1,10 +1,10 @@
cmake_minimum_required(VERSION 3.16.0)
project(pipedal
VERSION 1.1.21
VERSION 1.1.22
DESCRIPTION "PiPedal Guitar Effect Pedal For Raspberry Pi"
HOMEPAGE_URL "https://rerdavies.github.io/pipedal"
)
set (DISPLAY_VERSION "v1.1.21")
set (DISPLAY_VERSION "v1.1.22")
set (CMAKE_INSTALL_PREFIX "/usr/")
+1 -1
View File
@@ -1,7 +1,7 @@
<img src='docs/GithubBanner.png' width="100%" /><br/>
Download: <a href='https://rerdavies.github.io/pipedal/download.html'>v1.1.21</a>
Download: <a href='https://rerdavies.github.io/pipedal/download.html'>v1.1.22</a>
Website: [https://rerdavies.github.io/pipedal](https://rerdavies.github.io/pipedal).
+1 -1
View File
@@ -9,6 +9,6 @@ Package: pipedal
Pre-Depends: hostapd;authbind;dnsmasq
Priority: optional
Section: sound
Version: 1.1.21
Version: 1.1.22
Installed-Size: 15147
+2 -2
View File
@@ -13,14 +13,14 @@ page_icon: img/Install4.jpg
Download the most recent Debian (.deb) package for your platform:
- [Ubuntu/Raspberry Pi OS (64-bit) v1.1.21](https://github.com/rerdavies/pipedal/releases/download/v1.1.21/pipedal_1.1.21_arm64.deb)
- [Ubuntu/Raspberry Pi OS (64-bit) v1.1.22](https://github.com/rerdavies/pipedal/releases/download/v1.1.22/pipedal_1.1.22_arm64.deb)
Install the package by running
```
sudo apt update
cd ~/Downloads
sudo apt-get install ./pipedal_1.1.21_arm64.deb
sudo apt-get install ./pipedal_1.1.22_arm64.deb
```
On Raspberry Pi OS, if you have a graphical desktop installed, you can also install the package by double-clicking on the downloaded package in the File Manager.
+1 -1
View File
@@ -1,6 +1,6 @@
# Release Notes
## PiPedal 1.1.21
## PiPedal 1.1.22
Features:
+2 -2
View File
@@ -4,14 +4,14 @@
Download the most recent Debian (.deb) package for your platform:
- [Ubuntu or Raspberry Pi OS (64-bit)](https://github.com/rerdavies/pipedal/releases/download/v1.1.21/pipedal_1.1.21_arm64.deb) v1.1.21
- [Ubuntu or Raspberry Pi OS (64-bit)](https://github.com/rerdavies/pipedal/releases/download/v1.1.22/pipedal_1.1.22_arm64.deb) v1.1.22
Install the package by running
```
sudo apt update
cd ~/Downloads
sudo apt-get install ./pipedal_1.1.21_arm64.deb
sudo apt-get install ./pipedal_1.1.22_arm64.deb
```
Follow the instructions in [_Configuring PiPedal After Installation_](https://rerdavies.github.io/pipedal/Configuring.html) to complete the installation.
+1 -1
View File
@@ -1,7 +1,7 @@
<img src="GithubBanner.png" width="100%"/>
<a href="Installing.html"><i>v1.1.21</i></a>
<a href="Installing.html"><i>v1.1.22</i></a>
&nbsp;
+9 -7
View File
@@ -50,20 +50,20 @@ cabir:impulseFile3Group
cabir:impulseFile
a rdf:property;
a lv2:Parameter;
rdfs:label "IR";
pg:group cabir:impulseFile1Group ;
rdfs:range atom:Path.
cabir:impulseFile2
a rdf:property;
a lv2:Parameter;
rdfs:label "IR";
pg:group cabir:impulseFile2Group ;
rdfs:range atom:Path.
cabir:impulseFile3
a rdf:property;
a lv2:Parameter;
rdfs:label "IR";
pg:group cabir:impulseFile3Group ;
rdfs:range atom:Path.
@@ -143,8 +143,8 @@ Source: <https://www.adventurekid.se/akrt/free-reverb-impulse-responses/>
mod:brand "TooB";
mod:label "Convolution Reverb";
lv2:requiredFeature urid:map, state:makePath, state:mapPath ;
lv2:optionalFeature state::freePath;
lv2:requiredFeature urid:map;
lv2:optionalFeature state::freePath, state:makePath, state:mapPath, work:schedule ;
lv2:extensionData state:interface;
@@ -226,9 +226,11 @@ Source: <https://www.adventurekid.se/akrt/free-reverb-impulse-responses/>
lv2:index 3;
lv2:symbol "time" ;
lv2:name "Max T";
lv2:default 2.0 ;
lv2:portProperty epp:logarithmic;
lv2:default 1.5 ;
lv2:minimum 0.1 ;
lv2:maximum 6.0 ;
lv2:maximum 10.0 ;
lv2:portProperty epp:notAutomatic ;
lv2:portProperty epp:expensive ;
-1
View File
@@ -56,7 +56,6 @@
mod:label "Cab Simulator";
lv2:requiredFeature urid:map ;
lv2:optionalFeature lv2:hardRTCapable;
lv2:extensionData state:interface;
patch:readable
<http://two-play.com/plugins/toob#frequencyResponseVector>,
<http://two-play.com/plugins/toob-cab-sim#uiState>;
@@ -29,7 +29,7 @@
@prefix toobimpulse: <http://two-play.com/plugins/toob-impulse#> .
toobimpulse:impulseFile
a rdf:property;
a lv2:Parameter;
rdfs:label "File";
rdfs:range atom:Path.
@@ -154,8 +154,8 @@ Source: https://www.openair.hosted.york.ac.uk/?page_id=483
mod:brand "TooB";
mod:label "Convolution Reverb";
lv2:requiredFeature urid:map, state:makePath, state:mapPath ;
lv2:optionalFeature state::freePath;
lv2:requiredFeature urid:map;
lv2:optionalFeature state::freePath, state:makePath, state:mapPath, work:schedule ;
lv2:extensionData state:interface;
@@ -177,9 +177,11 @@ Source: https://www.openair.hosted.york.ac.uk/?page_id=483
lv2:index 0;
lv2:symbol "time" ;
lv2:name "Max T";
lv2:default 2.0 ;
lv2:portProperty epp:logarithmic;
lv2:default 1.5 ;
lv2:minimum 0.1 ;
lv2:maximum 6.0 ;
lv2:maximum 10.0 ;
lv2:portProperty epp:notAutomatic ;
lv2:portProperty epp:expensive ;
+1 -1
View File
@@ -65,7 +65,7 @@ inputStage:filterGroup
mod:label "Input Stage";
lv2:requiredFeature urid:map ;
lv2:optionalFeature lv2:hardRTCapable;
lv2:extensionData state:interface;
patch:readable
<http://two-play.com/plugins/toob#frequencyResponseVector>,
<http://two-play.com/plugins/toob-input_stage#uiState>;
-1
View File
@@ -73,7 +73,6 @@ pstage:stage3
mod:label "Power Stage";
lv2:requiredFeature urid:map ;
lv2:optionalFeature lv2:hardRTCapable;
lv2:extensionData state:interface;
patch:readable
<http://two-play.com/plugins/toob-power-stage-2#uiState>;
+1 -1
View File
@@ -69,7 +69,7 @@ use the following plugins in the following order.
mod:label "Tone Stack";
lv2:requiredFeature urid:map ;
lv2:optionalFeature lv2:hardRTCapable;
lv2:extensionData state:interface;
patch:readable
<http://two-play.com/plugins/toob#frequencyResponseVector>
;
+1 -1
View File
@@ -1 +1 @@
ToobAmp.so.1.0.9
ToobAmp.so.1.0.11
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.