Skip to content

6th Release Candidate of ELSE 1.0-0 (with Live Electronics Tutorial):

Pre-release
Pre-release
Compare
Choose a tag to compare
@porres porres released this 10 Jan 14:25
· 1685 commits to master since this release

6th Release Candidate of ELSE 1.0-0 (with Live Electronics Tutorial):

Objects count: total of 473 (245 signal and 228 control objects)!

This library/tutorial pack version needs at least Pd version 0.53-1 or above!

See downloads below in the "assets" tab and check the readme https://github.com/porres/pd-else/blob/v1.0-rc6/README.md for more details and an object list (separated into categories)! The readme is also available as a PDF in the download. You can also download ELSE directly via Pd (in Help => Find Externals).

When you download via Pd you also get ELSE with the "Live Electronics Tutorial" directly via Pd. Just find the 'Live-Electronics-Tutorial' folder inside the 'else' folder! The "Live Electronics Tutorial" follows the same version of the library, it is compatible to the same version of ELSE and it has its own repository, available in: https://github.com/porres/Live-Electronic-Music-Tutorial/releases/tag/v1.0-rc6! This tutorial heavily uses the objects from the ELSE library and it's a nice counterpart to it. The last experimental version of ELSE and the tutorial is always downloadable as a single package directly from within Pure Data. Other earlier experimental versions reside in this repository of the ELSE library.

Note that the ELSE library is still in an experimental stage ("release candidate" stage at this point), 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 ELSE compiled to run inside Camomile so you can build VSTs: https://github.com/porres/Camomile-ELSE/releases


CHANGELOG:

LIBRARY:

Breaking changes:

  • [scales] - removed 3rd outlet (no more 'cents' output), 2nd outlet also removed (a new message changes the mode to output midi pitches instead).
  • [pipe2], this is now a compiled object and you there's no more 'clear'/'flush' messages.
  • deleted [gui] object (never liked it and it was a request by someone who's not really using it)

Enhancements/fixes:

  • [pipe2] fixed time management bug.
  • [eqdiv] fixed loading arguments.
  • [resonbank~]: added 'decayall'/'ampall' messages/flags.
  • 8 new objects for a total of 473: [sclae2freq], [osc.route], [osc.parse], [osc.format], [osc.send], [osc.receive], [pdlua] and [pdluax] (these aren't really part of ELSE but were included [version 0.11.1]).

TUTORIAL:

  • Updated OSC section, total number of examples is now 494.