Skip to content

ELSE version 1.0-0 beta 38 with Live Electronics Tutorial

Pre-release
Pre-release
Compare
Choose a tag to compare
@porres porres released this 14 Apr 03:28
· 3330 commits to master since this release

Thirtieth eighth Beta Release of ELSE 1.0-0 (with Live Electronics Tutorial):

Objects count: total of 410 (238 signal and 172 control objects)!

This library/tutorial pack version needs at least Pd version 0.51-3 or above!

See downloads below in the "assets" tab and check the readme https://github.com/porres/pd-else/blob/v1.0-beta38/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).

This download also contains the "Live Electronics Tutorial", in a version compatible to this version of ELSE - available in: https://github.com/porres/Live-Electronic-Music-Tutorial/releases/tag/v1.0-beta-38 -  this tutorial heavily uses the objects from the ELSE library and it's a nice counterpart to it.

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! Check the tutorial's readme as well. The last experimental version of ELSE is always downloadable directly from within Pure Data. Other earlier experimental versions reside in this repository.

Note that the ELSE library 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 ELSE compiled to run inside Camomile so you can build VSTs: https://github.com/porres/Camomile-ELSE/releases/tag/beta38


CHANGELOG:

Breaking changes:

  • [nbang] removed, use the new [nmess] object instead which is more powerful and works for any kind of messages.
  • [int~] renamed to [trunc~].
  • [changed] right outlet now sends unchanged message instead of a bang
  • [buffer], "rename" method renamed to "name", set method works differently now and allows you to set just 1 or more values.

Enhancements/fixes:

  • [buffer]: new set method allows you to set just 1 or more values.
  • [loop]: fixed counting for list input.
  • [slder2d]: regression bug from beta 37: fixed drawing when resizing
  • [circle]: regression bug from beta 37: fixed drawing altogether
  • [free.rev~]: fixed 'decay' message
  • 12 new objects for a total of 410: [power~], [rand.list], [amean], [gmean], [nmess], [store], [op], [trunc], [multi.vsl], [morph], [interpolate] and [retrieve].