Skip to content

Releases: rerdavies/pipedal

PiPedal v1.3.66 Release

02 Nov 14:10
609cbf9
Compare
Choose a tag to compare

Important notice: PiPedal has a submitted a request to support sharing of Pipedal presets at PatchStorage.com. We urgently need your support! Please vote for PiPedal here.

Bug fixes:

  • Choose 24-bit or 32-bit audio formats instead of 16-bit audio formats on devices that support both.
  • Force selection of stereo channel configuration for legacy I2C audio drivers without support for channel maps.
  • Avoid selection of hardware-downmixed Surround Sound channel configurations.

Minor features:

  • Improved diagnostic tools for ALSA devices via pipedalconfig --alsa-devices

A complete set of release notes can be found here.


The .asc file is a gpg digital signature for the .deb file. You can verify the signature using the following command:

gpg --verify pipedal_1.3.66_arm64.deb.asc pipedal_1.3.66_arm64.deb

Files are signed with the following key:

    PiPedal Project <rerdavies@gmail.com> - 2D1F 39DB B1F8 1941 2B67 8F88 E9D7 081E 08E3 D85C

PiPedal v1.3.64 Experimental

29 Oct 20:51
Compare
Choose a tag to compare

Field testing of proposed bug fixes.

Bug fixes:

  • Always choose the largest available ALSA sample format.
  • With ALSA devices for which maximum and minimum channels are not equal, prefer stereo channel configuration.

PiPedal v1.3.63 Experimental

29 Oct 09:16
Compare
Choose a tag to compare

Experimental release to confirm bug fix for Hifiberry audio devices.

Bug fixes:

  • With ALSA devices for which maximum and minimum channels are not equal, prefer stereo channel configuration.

PiPedal v1.3.62 Beta

28 Oct 14:07
c6b31f9
Compare
Choose a tag to compare

Features:

  • Plugins can now share uploaded model and IR files by type. For plugins with appropriate mod:fileTypes attributes, uploaded files will be shared by category (Nam model, IR Files, Audio Tracks, Midi Songs, etc). Sharing of ML models are also supported, although that requires use of an extended mod:fileType (mlmodel) that MOD does not support.
  • TooB Tuner stability issues fixed. The pitch detection algorithm has been improved, and the tuner now does filtering to avoid
    displaying a value when the current input isn't a steady note.
  • LV2 trigger controls are now displayed as buttons instead of toggle controls (maybe useful for 3rd-party looper plugins).

Known issues:

  • There are a number of outstanding minor compatibility issues with Ratatouille. I intend to work with the author to address them.

Backwards Compatibility With the Previous Upload Directory Scheme

Sharing file types poses a problem with previous versions of PiPedal which did not share uploads by file type, but instead placed uploads in a private directory for each plugin. In order to accomodate this, Pipedal provides legacy support for this situation. If a private upload directory for a plugin exists, the file property selection dialog will show both the new shared directories, and the old private directory. The private directory has a name that reflects the name of the plugin (e.g. "Ratatoille.lv2"). This directory only shows up if you have used the plugin on previous versiouns of Pipedal. If you have nothing of particular value in the old private upload directory, you can delete the plugin's private directory (which can be found in /var/pipedal/audio_uploads), and the private directory will no longer be displayed in the PiPedal UI.

I anticipate providing a migration utility in the near future which will clean up and migrate legacy upload directories to the new directory structure (automatically uploading presets which reference uploaded files that have moved). In the meantime, I think you will find the current occomodation for legacy upload directories perfectly functional.

A complete set of release notes can be found here.


The .asc file is a gpg digital signature for the .deb file. You can verify the signature using the following command:

gpg --verify pipedal_1.3.62_arm64.deb.asc pipedal_1.3.62_arm64.deb

Files are signed with the following key:

    PiPedal Project <rerdavies@gmail.com> - 2D1F 39DB B1F8 1941 2B67 8F88 E9D7 081E 08E3 D85C

PiPedal v1.3.61 Release

22 Oct 03:25
4045447
Compare
Choose a tag to compare

Bug fixes:

  • Media files are not extracted properly from preset and bank files.
  • Tuner control displayed for 3rd party tuner plugins that have outputs ports of type units:hz

complete set of release notes can be found here.


The .asc file is a gpg digital signature for the .deb file. You can verify the signature using the following command:

gpg --verify pipedal_1.3.61_arm64.deb.asc pipedal_1.3.61_arm64.deb

Files are signed with the following key:

    PiPedal Project <rerdavies@gmail.com> - 2D1F 39DB B1F8 1941 2B67 8F88 E9D7 081E 08E3 D85C

PiPedal v1.3.60 Release

21 Oct 12:58
11c10e4
Compare
Choose a tag to compare

Bug fixes:

  • Uploading of preset and bank files now work properly.
  • Uploaded plugin presets are merged with existing presets, instead of overwriting existing presets.

 

A complete set of release notes can be found here.


The .asc file is a gpg digital signature for the .deb file. You can verify the signature using the following command:

gpg --verify pipedal_1.3.60_arm64.deb.asc pipedal_1.3.60_arm64.deb

Files are signed with the following key:

    PiPedal Project <rerdavies@gmail.com> - 2D1F 39DB B1F8 1941 2B67 8F88 E9D7 081E 08E3 D85C

PiPedal v1.3.59 Release

19 Oct 07:31
14b74f1
Compare
Choose a tag to compare

PiPedal 1.3.59 Release

20% performance improvement when using Toob Neural Amp Modeller with large Wavenet models.

Minor bug fixes:

  • Display file extensions in File Property dialogs.

(re-issue of v1.3.58)
A complete set of release notes can be found here.


The .asc file is a gpg digital signature for the .deb file. You can verify the signature using the following command:

gpg --verify pipedal_1.3.59_arm64.deb.asc pipedal_1.3.59_arm64.deb

Files are signed with the following key:

    PiPedal Project <rerdavies@gmail.com> - 2D1F 39DB B1F8 1941 2B67 8F88 E9D7 081E 08E3 D85C

Pipedal v1.3.57 Release

14 Oct 02:33
6711860
Compare
Choose a tag to compare

PiPedal 1.3.57 Release

Features:

  • dB readings displayed as text under the main VUs.
  • Snapshot button title text now gets larger on large screens.
  • Selection indicators on Snapshot buttons are more visible.

Bug fixes:

  • Setting Dark Mode to follow system settings now tracks properly on the Android PiPedal Remote app.
  • No longer crashes when using an audio adapter with mono input.
  • Reload after a being suspended in the Android Client in order to ensure that controls and VUs continue to update. Not ideal, but when Android suspends a web app, web socket messages get silently discarded, so there's not much choice about it.
  • GxTuner display now updates.
  • Correct Escape and Enter key handling in search control of the Load Plugin dialog.
  • Android remote: can connect when both Data connection and hotspot connection are active.
  • Stack dumps get written to systemd log on segment violations (should make it easier to diagnose crashes in the field).

Bug fixes for the Android client need an update to the client, which is [still waiting for approval before it gets published]. Updates are usually pushed out by Google Play automatically.


The .asc file is a gpg digital signature for the .deb file. You can verify the signature using the following command:

gpg --verify pipedal_1.3.57_arm64.deb.asc pipedal_1.3.57_arm64.deb

Files are signed with the following key:

    PiPedal Project <rerdavies@gmail.com> - 2D1F 39DB B1F8 1941 2B67 8F88 E9D7 081E 08E3 D85C

PiPedal v1.3.56 Release

11 Oct 14:32
Compare
Choose a tag to compare

More snapshot problems.

Bug fixes:

  • MIDI bindings cause crash.
  • Crashes related to snapshots and split controls.
  • Loading/reloading/error screens go on top of Snapshot dialogs.

The .asc file is a gpg digital signature for the .deb file. You can verify the signature using the following command:

gpg --verify pipedal_1.2.56_arm64.deb.asc pipedal_1.2.56_arm64.deb

Files are signed with the following key:

    PiPedal Project <rerdavies@gmail.com> - 2D1F 39DB B1F8 1941 2B67 8F88 E9D7 081E 08E3 D85C

PiPedal v1.3.55 Release

11 Oct 11:25
50fdd86
Compare
Choose a tag to compare

More snapshot problems.

Bug fixes:

  • Crashes related to snapshots and split controls.
  • Loading/reloading/error screens go on top of Snapshot dialogs.