Clojars Release 0.1.1
This release went in a different direction than anticipated, and primarily supports the development and release of afterglow-max.
Changes:
- Forked the Protobuf related libraries to make them build Java 6 compatible classes, so afterglow-max can run inside the Java environment provided by Cycling ‘74’s Max.
- Added the ability to register for notifications about changes in cue status and show variable values.
- Fixed crashes in the Ableton Push interface when trying to adjust the value of a cue variable which had not yet been set to anything.
- Made the meaning of the
:start
attribute of cue variables simpler and more consistent. - Cue variables which respond to aftertouch now also respond to initial velocity, and the related configuration attributes have been renamed to
:velocity
to reflect this increased generality. - Creating a show can optionally register it with the web interface by passing a description with
:description
. - Now cleans up thread-local bindings stored by the web REPL when sessions time out.
- Improved the detection of project name and version number so they work for afterglow-max builds too.