diff --git a/CMakeLists.txt b/CMakeLists.txt index 33f7aa9..bded0f8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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/") diff --git a/README.md b/README.md index dfb93f7..6ffb066 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@
-Download: v1.1.21 +Download: v1.1.22 Website: [https://rerdavies.github.io/pipedal](https://rerdavies.github.io/pipedal). diff --git a/debian/control b/debian/control index 16b3439..82fa263 100644 --- a/debian/control +++ b/debian/control @@ -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 diff --git a/docs/Installing.md b/docs/Installing.md index 4d9376f..2e578e3 100644 --- a/docs/Installing.md +++ b/docs/Installing.md @@ -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. diff --git a/docs/ReleaseNotes.md b/docs/ReleaseNotes.md index 0ab4959..a4362b7 100644 --- a/docs/ReleaseNotes.md +++ b/docs/ReleaseNotes.md @@ -1,6 +1,6 @@ # Release Notes -## PiPedal 1.1.21 +## PiPedal 1.1.22 Features: diff --git a/docs/download.md b/docs/download.md index 5ff8dea..cbeafe1 100644 --- a/docs/download.md +++ b/docs/download.md @@ -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. diff --git a/docs/index.md b/docs/index.md index cb20cb5..fdcdb6e 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1,7 +1,7 @@ -v1.1.21 +v1.1.22   diff --git a/lv2/aarch64/ToobAmp.lv2/CabIR.ttl b/lv2/aarch64/ToobAmp.lv2/CabIR.ttl index 7f1c235..b8a023f 100644 --- a/lv2/aarch64/ToobAmp.lv2/CabIR.ttl +++ b/lv2/aarch64/ToobAmp.lv2/CabIR.ttl @@ -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: 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: 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 ; diff --git a/lv2/aarch64/ToobAmp.lv2/CabSim.ttl b/lv2/aarch64/ToobAmp.lv2/CabSim.ttl index 406338d..dedce05 100644 --- a/lv2/aarch64/ToobAmp.lv2/CabSim.ttl +++ b/lv2/aarch64/ToobAmp.lv2/CabSim.ttl @@ -56,7 +56,6 @@ mod:label "Cab Simulator"; lv2:requiredFeature urid:map ; lv2:optionalFeature lv2:hardRTCapable; - lv2:extensionData state:interface; patch:readable , ; diff --git a/lv2/aarch64/ToobAmp.lv2/ConvolutionReverb.ttl b/lv2/aarch64/ToobAmp.lv2/ConvolutionReverb.ttl index fa9b6ed..4fd6783 100644 --- a/lv2/aarch64/ToobAmp.lv2/ConvolutionReverb.ttl +++ b/lv2/aarch64/ToobAmp.lv2/ConvolutionReverb.ttl @@ -29,7 +29,7 @@ @prefix toobimpulse: . 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 ; diff --git a/lv2/aarch64/ToobAmp.lv2/InputStage.ttl b/lv2/aarch64/ToobAmp.lv2/InputStage.ttl index 93b3c72..cd5ac26 100644 --- a/lv2/aarch64/ToobAmp.lv2/InputStage.ttl +++ b/lv2/aarch64/ToobAmp.lv2/InputStage.ttl @@ -65,7 +65,7 @@ inputStage:filterGroup mod:label "Input Stage"; lv2:requiredFeature urid:map ; lv2:optionalFeature lv2:hardRTCapable; - lv2:extensionData state:interface; + patch:readable , ; diff --git a/lv2/aarch64/ToobAmp.lv2/PowerStage2.ttl b/lv2/aarch64/ToobAmp.lv2/PowerStage2.ttl index 5fd6c36..11c760c 100644 --- a/lv2/aarch64/ToobAmp.lv2/PowerStage2.ttl +++ b/lv2/aarch64/ToobAmp.lv2/PowerStage2.ttl @@ -73,7 +73,6 @@ pstage:stage3 mod:label "Power Stage"; lv2:requiredFeature urid:map ; lv2:optionalFeature lv2:hardRTCapable; - lv2:extensionData state:interface; patch:readable ; diff --git a/lv2/aarch64/ToobAmp.lv2/ToneStack.ttl b/lv2/aarch64/ToobAmp.lv2/ToneStack.ttl index 3aa9a99..ea177f3 100644 --- a/lv2/aarch64/ToobAmp.lv2/ToneStack.ttl +++ b/lv2/aarch64/ToobAmp.lv2/ToneStack.ttl @@ -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 ; diff --git a/lv2/aarch64/ToobAmp.lv2/ToobAmp.so.0 b/lv2/aarch64/ToobAmp.lv2/ToobAmp.so.0 index 0e249c4..ea4cf49 120000 --- a/lv2/aarch64/ToobAmp.lv2/ToobAmp.so.0 +++ b/lv2/aarch64/ToobAmp.lv2/ToobAmp.so.0 @@ -1 +1 @@ -ToobAmp.so.1.0.9 \ No newline at end of file +ToobAmp.so.1.0.11 \ No newline at end of file diff --git a/lv2/aarch64/ToobAmp.lv2/ToobAmp.so.0.1.7 b/lv2/aarch64/ToobAmp.lv2/ToobAmp.so.0.1.7 deleted file mode 100644 index fdd96dc..0000000 Binary files a/lv2/aarch64/ToobAmp.lv2/ToobAmp.so.0.1.7 and /dev/null differ diff --git a/lv2/aarch64/ToobAmp.lv2/ToobAmp.so.1.0.11 b/lv2/aarch64/ToobAmp.lv2/ToobAmp.so.1.0.11 new file mode 100644 index 0000000..9319a60 Binary files /dev/null and b/lv2/aarch64/ToobAmp.lv2/ToobAmp.so.1.0.11 differ diff --git a/lv2/aarch64/ToobAmp.lv2/ToobAmp.so.1.0.8 b/lv2/aarch64/ToobAmp.lv2/ToobAmp.so.1.0.8 deleted file mode 100644 index 9ad700b..0000000 Binary files a/lv2/aarch64/ToobAmp.lv2/ToobAmp.so.1.0.8 and /dev/null differ diff --git a/lv2/aarch64/ToobAmp.lv2/ToobAmp.so.1.0.9 b/lv2/aarch64/ToobAmp.lv2/ToobAmp.so.1.0.9 deleted file mode 100644 index b7d1ef3..0000000 Binary files a/lv2/aarch64/ToobAmp.lv2/ToobAmp.so.1.0.9 and /dev/null differ