diff --git a/News.php b/News.php index 8761d33..f1645af 100644 --- a/News.php +++ b/News.php @@ -10,6 +10,76 @@ include_once("includes/header.php"); +

+ > Carla 2.4.4 and 2.5.0 released
+ On 2022-07-16 by falkTX +

+ +

+ Hello again everyone, it is 2 Carla releases on the same day! +

+

+ 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. +

+

+ The reason for 2 releases is so there is an update to the 2.4.x series, being shipped in some Linux distributions that do not update packages to new versions.
+ Hopefully the bugfix is possible to push-through for such cases.
+ The 2.4.4 version does not have prebuilt binaries, it is meant only for those building from source.
+ For the 2.5.0 version, we have a couple new things. +

+ +

JSFX

+

+ JSFX (those nice little FX from REAPER) make an appearance, contributed by Jean Pierre Cimalando.
+ Alike LV2 handling on Carla, you do not need to manually scan for these, Carla will automatically find them if you have some paths set.
+ If you have run REAPER before, you most likely will have a bunch of new plugins available to use right away.
+ Note that custom UIs for those are not supported yet, to be implemented later. +

+ +

SDL engine driver

+

+ A new engine driver makes an apparance, for SDL (both v1 and v2) which is handy when building for systems where neither JACK or RtAudio works.
+ The main targets for this driver are HaikuOS and Web-Assembly, the latter one which has already been verified to work.
+ I am sure there will still be more tweaks needed, but at least audio should now work on HaikuOS too. I will investigate more in depth later. +

+ +

Updated core modules

+

+ And finally, built-in DPF and JUCE have been updated to their latest versions.
+ This required changing some deep internal code to match the updated APIs, so it cannot be pushed as bugfix. +

+ +

Changelog

+

+ That is mostly it for now, there are a few other minor changes and fixes too, changelog follows below. +

+ + +

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".
+ Bug reports and feature requests are welcome! Jump on over to the Carla's Github project page for those. +

+ +
+

> Cardinal 22.07 released
On 2022-07-15 by falkTX @@ -52,7 +122,7 @@ include_once("includes/header.php"); DPF) now having 5 places where it can possibly come from

- I was meant to have a relase of + I was meant to have a release of DPF-Plugins today alongside Cardinal, but due to finding so many VST3 related issues I decided to postpone it.

diff --git a/includes/versions.php b/includes/versions.php index f477c84..5d5ab67 100644 --- a/includes/versions.php +++ b/includes/versions.php @@ -1,5 +1,5 @@