PraxisLIVE v6 beta releases #129
neilcsmith-net
announced in
Announcements
Replies: 1 comment
-
The second beta release of PraxisLIVE v6 brings a few updates and bug fixes as we proceed towards a final release. See downloads and release notes. The second beta brings support for Java 23, and installers for macOS aarch64 for the first time. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The first beta release of PraxisCORE and PraxisLIVE v6 is now available. Please help with testing and report any issues.
Downloads and release notes
Version 6 is a substantial rewrite of some key aspects of how PraxisCORE works. Expect some rough edges! Many deprecated and legacy features have been removed. The IDE and core now require minimum Java 21. Networked hubs now use Netty and Ion to provide a more robust and structured communication protocol than was possible with OSC. Key libraries have been updated, including libP5X now based on Processing 4. Runtime dependency management is now based on MiMa rather than Ivy. Much of the project saving and execution has been moved directly into PraxisCORE.
There are a bunch of other useful changes - custom roots can now specify use of table editing rather than the graph editor; containers can filter allowed child types and even specify custom types; annotations no longer require a weight / index parameter - eg.
@P int x,y,z;
is now legal syntax! Examples and custom components are being updated and added to showing the new features.The most obvious change is the new vector logo, window background actions, and revamped dashboard! 😄
Beta Was this translation helpful? Give feedback.
All reactions