From bbb26652499d162e0b4f4e7bfe9f4bfed7ac1409 Mon Sep 17 00:00:00 2001 From: falkTX Date: Sat, 5 Jan 2019 12:45:00 +0100 Subject: [PATCH] Start preparing carla 2.0-RC3 Signed-off-by: falkTX --- News.php | 49 +++++++++++++++++++++++++++++++++++++++++++++ includes/footer.php | 16 +++++++-------- 2 files changed, 57 insertions(+), 8 deletions(-) diff --git a/News.php b/News.php index 88ef0a2..bf81139 100644 --- a/News.php +++ b/News.php @@ -12,6 +12,55 @@ include_once("includes/header.php"); RSS +

+ > Carla 2.0 RC3 is here!
+ On 2018-10-27 by falkTX +

+

+ Hello everyone, this is a quick fix for the Carla Plugin Host (soon-to-be) stable series.
+ Only very small fixes here, and a change on how specific plugins load.
+ This release starts a "release early, release often" attitude, that hopefully I can maintain from now on.
+

+ +

Changelog

+ + +

+ Previously a few plugins were hardcoded to run as plugin bridges, as deemed unsafe because of how they use their plugin UIs (instance-access).
+ Carla automatically started these plugins as bridges, as to not crash the main process when Gtk and Qt gets in the way.
+ Plugin state in bridges have a few issues (as plugin bridges are experimental right now), which I was hoping to fix before 2.0 final is here.
+ But that will not happen it seems (not an easy fix), so now these plugins will run normally as all others do, in the same process.
+ This means the following possible breaking changes:
+

+ +

+ This is not an issue for other plugin UIs that use Qt or Gtk, as they do not use LV2 instance-access.
+ Carla runs Gtk and Qt LV2 UIs in a separate process, but because these UIs require direct access to the plugin instance, they cannot be bridged.
+

+ +

Downloads

+

+ To download Carla binaries or source code, jump on over to the KXStudio downloads section.
+ If you're using the KXStudio repositories, you can simply install "carla-git" (plus "carla-lv2" and "carla-vst" if you're so inclined).
+ Bug reports and feature requests are welcome! Jump on over to the Carla's Github project page for those. +

+ +

Future

+

+ A "2.0-final" milestone is on GitHub, which lists the remaining issues to be fixed before 2.0 is considered "final".
+ New features already made its way to Carla, but sit on the develop branch.
+ When the "final" version is release, expect a 2.1-beta to come shortly afterwards. +

+ +
+

> Carla 2.0 RC2 is here!
On 2018-10-27 by falkTX diff --git a/includes/footer.php b/includes/footer.php index df9b1ad..e4a09da 100644 --- a/includes/footer.php +++ b/includes/footer.php @@ -31,6 +31,14 @@