New version of the Beads audio library

Hi there,

I’m please to announce a long overdue update to the Beads library for Processing. One of the main developments is a simplified API which doesn’t require the AudioContext argument creating UGens. The library contains some other small fixes and improvements, but mainly it’s a maintenance update. It should be backwards compatible so we’d be grateful if you check your existing projects to see if everything is working. Beads is now also available as a Maven repository. Techie details are on the Beads github https://github.com/orsjb/beads.

For the next two weeks you can grab the beta of the update here:

Pending any feedback and fixes we’ll publish it to the Processing library manager.

Enjoy!

Ollie Bown
(with a lot of help from Chalton Wong and Angelo Fraietta)

4 Likes

I tried to update to v3.2 in Processing but “Contribution Manager” window shows an orange exclamation mark in its status area and the actual library is still v1.02, which meant the update failed.
I also tried to download the package from the web site (http://www.beadsproject.net) but the package is v1.02.

Am I missing something?

1 Like

I’m also just going to bump this and say that I am also having that same updating issue @olliebown

@briangriffith – there is a manual solution here:

To install beads 3.2 manually in Processing PDE and have it show up correctly in PDE Contributions Manager, follow these steps:

  1. download the release 3.2
  2. add to Processing/libraries/beads
  3. edit beads/library.properties, changing these properties:
version=3
prettyVersion=3.2
  1. restart Processing

I have also submitted a pull request to fix the issue on the repo, here:

2 Likes