Skip to content

Commit d39c41e

Browse files
authored
Merge pull request #288 from rerdavies/dev
Dev
2 parents a146a20 + fa93975 commit d39c41e

31 files changed

+209
-91
lines changed

CMakeLists.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
cmake_minimum_required(VERSION 3.16.0)
22
project(pipedal
3-
VERSION 1.4.73
3+
VERSION 1.4.74
44
DESCRIPTION "PiPedal Guitar Effect Pedal For Raspberry Pi"
55
HOMEPAGE_URL "https://rerdavies.github.io/pipedal"
66
)
77

88
EXECUTE_PROCESS( COMMAND dpkg --print-architecture COMMAND tr -d '\n' OUTPUT_VARIABLE DEBIAN_ARCHITECTURE )
99

10-
set (DISPLAY_VERSION "PiPedal v1.4.73-Beta")
10+
set (DISPLAY_VERSION "PiPedal v1.4.74-Release")
1111
set (PACKAGE_ARCHITECTURE ${DEBIAN_ARCHITECTURE})
1212
set (CMAKE_INSTALL_PREFIX "/usr/")
1313

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@
66
<a href="https://rerdavies.github.io/pipedal/LicensePiPedal.html"><img src="https://img.shields.io/badge/MIT-MIT?label=license&color=%23808080"/></a>
77
<a href="https://github.com/rerdavies/pipedal/actions"><img src="https://img.shields.io/github/actions/workflow/status/rerdavies/pipedal/cmake.yml?branch=main"/></a>
88

9-
Download:&nbsp;<a href='https://rerdavies.github.io/pipedal/download.html'>v1.4.73</a>
9+
Download:&nbsp;<a href='https://rerdavies.github.io/pipedal/download.html'>v1.4.74</a>
1010
Website:&nbsp;[https://rerdavies.github.io/pipedal](https://rerdavies.github.io/pipedal).
1111
Documentation:&nbsp;[https://rerdavies.github.io/pipedal/Documentation.html](https://rerdavies.github.io/pipedal/Documentation.html).
1212

1313
_Important notice_: [PatchStorage.com](https:///patchstorage.com) has added support for [PiPedal](https://patchstorage.com/platform/pipedal/). We urgently need your support! If you could please upload patches [here](https://patchstorage.com/platform/pipedal/) I would be enormously grateful. Note that media and model files are included in patch files, so you can share patches that
1414
include model files or audio samples. If you make use of plugins that are not included in the PiPedal distribution, please include a link to the plugin in the patch description.
1515

16-
#### _NEW version 1.4.73 Beta, PiPedal now supports Ubuntu 24.x, on aarch64 and amd64/x64 platforms. See the [release notes](https://rerdavies.github.io/pipedal/ReleaseNotes) for details._
16+
#### NEW version 1.4.74 Release, includes new TooB 4Looper, TooB One-Button Looper and TooB Record Input plugins. See the [release notes](https://rerdavies.github.io/pipedal/ReleaseNotes) for details.
1717

1818
&nbsp;
1919

docs/Installing.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,17 @@ page_icon: img/Install4.jpg
1313

1414
Download the most recent Debian (.deb) package for your platform:
1515

16-
- [Raspberry Pi OS bookworm (aarch64) v1.4.73 Beta](https://github.com/rerdavies/pipedal/releases/download/v1.4.73/pipedal_1.4.73_arm64.deb)
17-
- [Ubuntu 24.x (aarch64) v1.4.73 Alpha](https://github.com/rerdavies/pipedal/releases/download/v1.4.73/pipedal_1.4.73_arm64.deb)
18-
- [Ubuntu 24.x (amd64) v1.4.73 Alpha](https://github.com/rerdavies/pipedal/releases/download/v1.4.73/pipedal_1.4.73_amd64.deb)
16+
- [Raspberry Pi OS bookworm (aarch64) v1.4.74 Beta](https://github.com/rerdavies/pipedal/releases/download/v1.4.74/pipedal_1.4.74_arm64.deb)
17+
- [Ubuntu 24.x (aarch64) v1.4.74 Alpha](https://github.com/rerdavies/pipedal/releases/download/v1.4.74/pipedal_1.4.74_arm64.deb)
18+
- [Ubuntu 24.x (amd64) v1.4.74 Alpha](https://github.com/rerdavies/pipedal/releases/download/v1.4.74/pipedal_1.4.74_amd64.deb)
1919

2020

21-
Version 1.4.73 has been tested on Raspberry Pi OS bookworm, Ubuntu 24.04 (amd64), and Ubuntu 24.10 (aarch64). Download the appropriate package for your platform, and install using the following procedure:
21+
Version 1.4.74 has been tested on Raspberry Pi OS bookworm, Ubuntu 24.04 (amd64), and Ubuntu 24.10 (aarch64). Download the appropriate package for your platform, and install using the following procedure:
2222

2323
```
2424
sudo apt update
2525
cd ~/Downloads
26-
sudo apt-get install pipedal_1.4.73_arm64.deb
26+
sudo apt-get install pipedal_1.4.74_arm64.deb
2727
```
2828
You MUST use `apt-get`. `apt` will not install downloaded packages; and `dpkg-i` will not install dependencies.
2929

docs/ReleaseNotes.md

+21-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
# Release Notes
22

3+
## PiPedal 1.4.74 Release
4+
5+
New plugins:
6+
7+
- **TooB 4Looper** - a 4-track looper. See the plugin information dialog for details on how to use 4Looper with MIDI footswitches.
8+
9+
- **TooB One-Button Looper** - A 1-button looper with overdubbing and undo/redo, designed for use with a single MIDI footswitch. See the plugin information dialog for details on how use TooB One-Button Looper with MIDI.
10+
11+
- **TooB Record Input (mono and stereo versions)** - Plugins that record audio input to a file in .wav, .flac, or .mp3 format. Recorded files can be downloaded from the PiPedal server using the Download button in the file dialog.
12+
13+
14+
New features:
15+
16+
- Official support for Ubuntu 24.x (arm64 and amd64)
17+
- Support for WiFi hotspots on Ubuntu.
18+
- Recorded audio files can be downloaded from the PiPedal server.
19+
- Added Trigger Recording mode to looper plugins.
20+
- Increased maximum number of audio buffers from 4 to 6.
21+
- Support for momentary LV2 MIDI footswitches using MOD-compatible LV2 declarations (commonly used in 3rd-party looper plugins)
22+
323
## PiPedal 1.4.73 Beta
424

525
New plugins:
@@ -25,7 +45,7 @@ Bug Fixes/Minor Features:
2545

2646
## PiPedal 1.4.72 Beta
2747

28-
- Resolves installation issues on Raspberry Pi OS (no alsa-base)
48+
- Resolves installation issues on Raspberry Pi OS (no alsa-base package)
2949

3050
## PiPedal 1.4.71 Beta
3151

docs/download.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,17 @@
44

55
Download the most recent Debian (.deb) package for your platform:
66

7-
- [Raspberry Pi OS bookworm (aarch64) v1.4.73 Beta](https://github.com/rerdavies/pipedal/releases/download/v1.4.73/pipedal_1.4.73_arm64.deb)
8-
- [Ubuntu 24.x (aarch64) v1.4.73 Alpha](https://github.com/rerdavies/pipedal/releases/download/v1.4.73/pipedal_1.4.73_arm64.deb)
9-
- [Ubuntu 24.x (amd64) v1.4.73 Alpha](https://github.com/rerdavies/pipedal/releases/download/v1.4.73/pipedal_1.4.73_amd64.deb)
7+
- [Raspberry Pi OS bookworm (aarch64) v1.4.74 Beta](https://github.com/rerdavies/pipedal/releases/download/v1.4.74/pipedal_1.4.74_arm64.deb)
8+
- [Ubuntu 24.x (aarch64) v1.4.74 Alpha](https://github.com/rerdavies/pipedal/releases/download/v1.4.74/pipedal_1.4.74_arm64.deb)
9+
- [Ubuntu 24.x (amd64) v1.4.74 Alpha](https://github.com/rerdavies/pipedal/releases/download/v1.4.74/pipedal_1.4.74_amd64.deb)
1010

1111

1212
Install the package by running
1313

1414
```
1515
sudo apt update
1616
cd ~/Downloads
17-
sudo apt-get install ./pipedal_1.4.73_arm64.deb
17+
sudo apt-get install ./pipedal_1.4.74_arm64.deb
1818
```
1919
You MUST use `apt-get` to install the package. `apt install` will NOT install the package correctly. The message about missing permissions given by `apt-get` is
2020
expected, and can be safely ignored.

docs/index.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
<a href="Installing.html"><i>v1.4.73</i></a>
1+
<a href="Installing.html"><i>v1.4.74</i></a>
22

33
_To download PiPedal, click [*here*](download.md).
44
To view PiPedal documentation, click [*here*](Documentation.md)._
55

66
_Important notice_: [PatchStorage.com](https:///patchstorage.com) has added support for [PiPedal](https://patchstorage.com/platform/pipedal/). We urgently need your support! If you could please upload patches [here](https://patchstorage.com/platform/pipedal/) I would be enormously grateful. Note that media and model files are included in patch files, so you can share patches that
77
include model files or audio samples. If you make use of plugins that are not included in the PiPedal distribution, please include a link to the plugin in the patch description.
88

9-
#### NEW version 1.4.73 Beta, including beta releases of PiPedal for Ubuntu on aarch64 and amd64. See the [release notes](https://rerdavies.github.io/pipedal/ReleaseNotes) for details.
9+
#### NEW version 1.4.74 Release, includes new TooB 4Looper, TooB One-Button Looper and TooB Record Input plugins. See the [release notes](https://rerdavies.github.io/pipedal/ReleaseNotes) for details.
1010

1111
&nbsp;
1212

lv2/aarch64/ToobAmp.lv2/CabIR.ttl

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ cabir:impulseFile3
9393
doap:license <https://rerdavies.github.io/pipedal/LicenseToobAmp> ;
9494
doap:maintainer <http://two-play.com/rerdavies#me> ;
9595
lv2:minorVersion 0 ;
96-
lv2:microVersion 58 ;
96+
lv2:microVersion 59 ;
9797
rdfs:comment """
9898
9999
TooB Cab IR is a convolution-based guitar cabinet impulse response simulator.

lv2/aarch64/ToobAmp.lv2/CabSim.ttl

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ toob:frequencyResponseVector
5050
doap:license <https://rerdavies.github.io/pipedal/LicenseToobAmp> ;
5151
doap:maintainer <http://two-play.com/rerdavies#me> ;
5252
lv2:minorVersion 0 ;
53-
lv2:microVersion 58 ;
53+
lv2:microVersion 59 ;
5454

5555
mod:brand "TooB";
5656
mod:label "TooB CabSim";

lv2/aarch64/ToobAmp.lv2/ConvolutionReverb.ttl

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ toobimpulse:impulseFile
5353
doap:license <https://rerdavies.github.io/pipedal/LicenseToobAmp> ;
5454
doap:maintainer <http://two-play.com/rerdavies#me> ;
5555
lv2:minorVersion 0 ;
56-
lv2:microVersion 58 ;
56+
lv2:microVersion 59 ;
5757
rdfs:comment """
5858
5959
Convolution reverb is a notoriously compute-intensive effect. If you are having performance issues, use the Max T control to constrain the length of the impulse file to

lv2/aarch64/ToobAmp.lv2/ConvolutionReverbStereo.ttl

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ toobimpulse:impulseFile
5151
doap:license <https://rerdavies.github.io/pipedal/LicenseToobAmp> ;
5252
doap:maintainer <http://two-play.com/rerdavies#me> ;
5353
lv2:minorVersion 0 ;
54-
lv2:microVersion 58 ;
54+
lv2:microVersion 59 ;
5555
rdfs:comment """
5656
5757

lv2/aarch64/ToobAmp.lv2/InputStage.ttl

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ inputStage:filterGroup
6666
doap:license <https://two-play.com/TooB/licenses/isc> ;
6767
doap:maintainer <http://two-play.com/rerdavies#me> ;
6868
lv2:minorVersion 0 ;
69-
lv2:microVersion 58 ;
69+
lv2:microVersion 59 ;
7070

7171
mod:brand "TooB";
7272
mod:label "TooB Input";

lv2/aarch64/ToobAmp.lv2/PowerStage2.ttl

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ pstage:stage3
6868
doap:license <https://rerdavies.github.io/pipedal/LicenseToobAmp> ;
6969
doap:maintainer <http://two-play.com/rerdavies#me> ;
7070
lv2:minorVersion 0 ;
71-
lv2:microVersion 58 ;
71+
lv2:microVersion 59 ;
7272

7373
mod:brand "TooB";
7474
mod:label "Power Stage";

lv2/aarch64/ToobAmp.lv2/SpectrumAnalyzer.ttl

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
doap:license <https://rerdavies.github.io/pipedal/LicenseToobAmp> ;
5858
doap:maintainer <http://two-play.com/rerdavies#me> ;
5959
lv2:minorVersion 0 ;
60-
lv2:microVersion 58 ;
60+
lv2:microVersion 59 ;
6161
rdfs:comment "TooB spectrum analyzer" ;
6262

6363
mod:brand "TooB";

lv2/aarch64/ToobAmp.lv2/ToneStack.ttl

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ tonestack:eqGroup
5757
doap:license <https://rerdavies.github.io/pipedal/LicenseToobAmp> ;
5858
doap:maintainer <http://two-play.com/rerdavies#me> ;
5959
lv2:minorVersion 0 ;
60-
lv2:microVersion 58 ;
60+
lv2:microVersion 59 ;
6161

6262
uiext:ui <http://two-play.com/plugins/toob-tone-stack-ui>;
6363

lv2/aarch64/ToobAmp.lv2/ToobAmp.so

64 KB
Binary file not shown.

lv2/aarch64/ToobAmp.lv2/ToobAmpUI.so

0 Bytes
Binary file not shown.

lv2/aarch64/ToobAmp.lv2/ToobChorus.ttl

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
doap:license <https://rerdavies.github.io/pipedal/LicenseToobAmp> ;
4141
doap:maintainer <http://two-play.com/rerdavies#me> ;
4242
lv2:minorVersion 0 ;
43-
lv2:microVersion 58 ;
43+
lv2:microVersion 59 ;
4444
rdfs:comment """
4545
Emulation of a Boss CE-2 Chorus.
4646

lv2/aarch64/ToobAmp.lv2/ToobDelay.ttl

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
doap:license <https://rerdavies.github.io/pipedal/LicenseToobAmp> ;
4242
doap:maintainer <http://two-play.com/rerdavies#me> ;
4343
lv2:minorVersion 0 ;
44-
lv2:microVersion 58 ;
44+
lv2:microVersion 59 ;
4545
rdfs:comment """
4646
A straightforward no-frills digital delay.
4747

lv2/aarch64/ToobAmp.lv2/ToobFlanger.ttl

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
doap:license <https://rerdavies.github.io/pipedal/LicenseToobAmp> ;
4242
doap:maintainer <http://two-play.com/rerdavies#me> ;
4343
lv2:minorVersion 0 ;
44-
lv2:microVersion 58 ;
44+
lv2:microVersion 59 ;
4545
rdfs:comment """
4646
Emulation of a Boss BF-2 Flanger, based on circuit analysis and simulation of the original.
4747

lv2/aarch64/ToobAmp.lv2/ToobFlangerStereo.ttl

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
doap:license <https://rerdavies.github.io/pipedal/LicenseToobAmp> ;
4242
doap:maintainer <http://two-play.com/rerdavies#me> ;
4343
lv2:minorVersion 0 ;
44-
lv2:microVersion 58 ;
44+
lv2:microVersion 59 ;
4545
rdfs:comment """
4646
Digital emulation of a Boss BF-2 Flanger.
4747

lv2/aarch64/ToobAmp.lv2/ToobFreeverb.ttl

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
doap:license <https://rerdavies.github.io/pipedal/LicenseToobAmp> ;
4242
doap:maintainer <http://two-play.com/rerdavies#me> ;
4343
lv2:minorVersion 0 ;
44-
lv2:microVersion 58 ;
44+
lv2:microVersion 59 ;
4545
rdfs:comment """
4646
Toob Freeverb is an Lv2 implementation of the famous Freeverb reverb effect. FreeVerb delivers a well-balanced reverb with very little tonal coloration.
4747

0 commit comments

Comments
 (0)