Skip to content

version 1.0 beta 25

Pre-release
Pre-release
Compare
Choose a tag to compare
@porres porres released this 21 Nov 19:35
· 3934 commits to master since this release

Twenty-fifth Beta Release - 2 new objetcs for a total of 360 objects (228 signal/132 control objects)! This library version needs at Pd version 0.50-2 or above!

See downloads below in the "assets" tab and check the readme https://github.com/porres/pd-else/blob/v1.0-beta25/README.md for more details and an object list (separated into categories)! The readme is also available as a PDF in the download.

The last version of ELSE is always downloadable directly from within Pure Data. Other earlier versions reside in this repository.

Note that this project is still in a beta stage, this means some changes may occur to some of the objects and backwards compatibility is not guaranteed for future releases until the final stable release is made available.

See also the Live Electronics Tutorial that heavily uses the objects from the ELSE library: https://github.com/porres/Live-Electronic-Music-Tutorial/releases/tag/v1.0-beta-15


CHANGELOG:

Breaking changes:

  • [sequencer] and [sequencer~] have been simplified and some methods are gone, the 'goto' method is now a float method.
  • [slider2d] does not clip values anymore to be compliant with pd vanilla's sliders behaviour.

Improvements/fixes:

  • actually include [canvas.wname] (accidentally, it wasn't really included in the last release)
  • fixed bug in [rms~]/[peak~]/[vu~]/[meter~]/[meter2~]/[meter4~]/[meter8~] for Linux where the output was just wrong...
  • fixed [display] not correctly loading default arguments
  • 2 new object for a total of 360: [timed.gate] and [trig2bang].