ANN: Blue 2.6.1
| Date | 2016-08-30 21:53 |
| From | Steven Yi |
| Subject | ANN: Blue 2.6.1 |
Hi All,
I'm happy to announce Blue 2.6.1 is now available at:
https://github.com/kunstmusik/blue/releases/tag/2.6.1
Release notes are available at that link describing the changes in
detail. The big changes are improvements to automation editing and
improved support for Clojure. For the latter, projects can now define
library dependencies using library coordinates and versions, which are
automatically downloaded and entered into the project namespace (uses
Chas Emerick's pomegranate). Also, a Clojure REPL is available for
testing out code.
The next release will be 2.7.0 (tracked at
https://github.com/kunstmusik/blue/milestone/15). 2.6.x releases will
be made if any major bugs are found.
Special thanks to Menno for testing out the 2.6.1 test releases and
for all of the great feature requests!
Thanks and enjoy!
steven
Csound mailing list
Csound@listserv.heanet.ie
https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
Send bugs reports to
https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here |
| Date | 2016-08-31 00:06 |
| From | Hlöðver Sigurðsson |
| Subject | Re: ANN: Blue 2.6.1 |
Cool, interested to see what clojure can do within Blue. Tried running Blue from the provided .zip file, should I need to have NetBeans installed? In application log I get: WARNING [org.openide.filesystems.Ordering]: Not all children in blue/project/plugins/ marked with the position attribute: [editors], but some are: [blue-clojure-project-ClojureProjectPlugin.instance] SEVERE [org.netbeans.core.modules] java.lang.ClassNotFoundException: javafx.stage.Window Best, Hlödver 2016-08-30 22:53 GMT+02:00 Steven Yi <stevenyi@gmail.com>: Hi All, |
| Date | 2016-08-31 00:13 |
| From | Steven Yi |
| Subject | Re: ANN: Blue 2.6.1 |
Hi Hloover, That error means your installation of Java does not have JavaFX included. I think this means that you have OpenJDK installed. If so, there is usually an additional "javafx" named package that you can install. Optionally, you can switch to Oracle JDK which include JavaFX with it. Thanks! steven On Tue, Aug 30, 2016 at 7:06 PM, Hlöðver Sigurðsson |