diff --git a/News.php b/News.php index d502770..f1bc9ec 100644 --- a/News.php +++ b/News.php @@ -8,6 +8,79 @@ include_once("includes/header.php");
THIS IS A FAKE PAGE, KXSTUDIO NEWS USES A DYNAMIC MODULE NOW
+
+ > Carla 2.4.2 has been released
+ On 2022-02-19 by falkTX
+
+ This is a bugfix release for Carla version v2.4 series, with some extra user-experience related minor changes. +
++ +
+
+ Carla
+ is an audio plugin host, with support for many audio drivers and plugin formats.
+ It has some nice features like automation of parameters via MIDI CC (and send output back as MIDI too) and full OSC control.
+
+ 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".
+ Bug reports and feature requests are welcome! Jump on over to the Carla's Github project page for those.
+
+ This was already the case for v2.2 and v2.3 but it is worth reiterating:
+ When using JACK2, the canvas - plugin integrations requires at least JACK2 v1.9.13.
+ This is because Carla relies on JACK meta-data in order to store information about each plugin/client,
+ and meta-data was only added to JACK2 in version 1.9.13.
+ Alternatively, you can use JACK1 instead of JACK2, which has meta-data support since a long time.
+
+ Also there are still no official Linux binary builds for v2.4.2.
+ Carla v2.4.2 is provided in the KXStudio repositories and in many official Linux distribution repositories anyway.
+
> WineASIO v1.1.0 released
On 2022-02-18 by falkTX
diff --git a/includes/versions.php b/includes/versions.php
index 42713fd..1ae10bc 100644
--- a/includes/versions.php
+++ b/includes/versions.php
@@ -1,5 +1,5 @@