v0.1.5-beta
This commit is contained in:
+2
-3
@@ -1,10 +1,10 @@
|
||||
cmake_minimum_required(VERSION 3.16.0)
|
||||
project(pipedal
|
||||
VERSION 0.1.4
|
||||
VERSION 0.1.5
|
||||
DESCRIPTION "PiPedal Guitar Effect Pedal For Raspberry Pi"
|
||||
HOMEPAGE_URL "https://github.com/rerdavies/pipedal"
|
||||
)
|
||||
set (DISPLAY_VERSION "v0.1.4-alpha.3")
|
||||
set (DISPLAY_VERSION "v0.1.5-beta")
|
||||
|
||||
set (CMAKE_INSTALL_PREFIX "/usr/")
|
||||
|
||||
@@ -75,7 +75,6 @@ set(CPACK_PACKAGE_DESCRIPTION "IoT guitar effect pedal for Raspberry Pi, with ph
|
||||
set(CPACK_PACKAGE_DESCRIPTION_SUMMARY "IoT guitar effect for Raspberry Pi")
|
||||
set(CPACK_DEBIAN_PACKAGE_SECTION sound)
|
||||
set(CPACK_DEBIAN_PACKAGE_SHLIBDEPS ON)
|
||||
set(CPACK_DEBIAN_PACKAGE_PREDEPENDS hostapd authbind )
|
||||
set(CPACK_DEBIAN_PACKAGE_CONTROL_STRICT_PERMISSION TRUE)
|
||||
set(CPACK_DEBIAN_PACKAGE_DEPENDS "jackd2")
|
||||
#set(CPACK_DEBIAN_PACKAGE_ARCHITECTURE "arm64")
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
|
||||

|
||||
[v0.1.4-alpha.3](docs/download.md)
|
||||
[v0.1.5-beta](docs/download.md)
|
||||
|
||||
|
||||
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.
|
||||
|
||||
+1
-1
@@ -4,7 +4,7 @@
|
||||
|
||||
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.4-alpha.3/pipedal_0.1.4_arm64.deb) v0.1.4-alpha.3
|
||||
- [Ubuntu or Raspberry Pi OS (64-bit)](https://github.com/rerdavies/pipedal/releases/download/v0.1.5-beta/pipedal_0.1.5_arm64.deb) v0.1.5-beta
|
||||
|
||||
Install the package by running
|
||||
|
||||
|
||||
+1
-1
@@ -4,7 +4,7 @@
|
||||
|
||||
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.4-alpha.3/pipedal_0.1.4_arm64.deb) v0.1.4-alpha.3
|
||||
- [Ubuntu or Raspberry Pi OS (64-bit)](https://github.com/rerdavies/pipedal/releases/download/v0.1.5-beta/pipedal_0.1.5_arm64.deb) v0.1.5-beta
|
||||
|
||||
Install the package by running
|
||||
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
|
||||
|
||||
<i>v0.1.4-alpha.3</i>
|
||||
<i>v0.1.5-beta</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.
|
||||
|
||||
@@ -1 +1 @@
|
||||
ToobAmp.so.0.1.3
|
||||
ToobAmp.so.0.1.5
|
||||
Binary file not shown.
Binary file not shown.
@@ -33,22 +33,22 @@
|
||||
<http://two-play.com/plugins/toob-freeverb>
|
||||
a lv2:Plugin ,
|
||||
lv2:SimulatorPlugin ;
|
||||
doap:name "TooB FreeVerb" ,
|
||||
"TooB FreeVerb"@en-gb-gb
|
||||
doap:name "TooB Freeverb" ,
|
||||
"TooB Freeverb"@en-gb-gb
|
||||
;
|
||||
doap:license <https://two-play.com/TooB/licenses/isc> ;
|
||||
doap:maintainer <http://two-play.com/rerdavies#me> ;
|
||||
lv2:minorVersion 0 ;
|
||||
lv2:microVersion 13 ;
|
||||
rdfs:comment """
|
||||
ToobFreeVerb is an Lv2 implementation of the famous FreeVerb reverb effect.
|
||||
ToobFreeverb is an Lv2 implementation of the famous Freeverb reverb effect.
|
||||
|
||||
The core implementation is taken from the The Synthesis Toolkit in C++ (STK), https://github.com/thestk/stk, Perry R. Cook and Gary P. Scavone.
|
||||
|
||||
""" ;
|
||||
|
||||
mod:brand "TooB";
|
||||
mod:label "FreeVerb";
|
||||
mod:label "Freeverb";
|
||||
lv2:optionalFeature lv2:hardRTCapable;
|
||||
|
||||
lv2:port
|
||||
|
||||
Reference in New Issue
Block a user