diff --git a/News.php b/News.php index 08efd71..42cfbff 100644 --- a/News.php +++ b/News.php @@ -8,6 +8,157 @@ include_once("includes/header.php");
THIS IS A FAKE PAGE, KXSTUDIO NEWS USES A DYNAMIC MODULE NOW
+
+ > KXStudio Monthly Report (January 2019)
+ On 2019-01-30 by falkTX
+
+ Hello all, another monthly report about the KXStudio project is here.
+
+ > Carla 2.1 RC1 is here!
+ On 2020-01-15 by falkTX
+
+ Hello again everyone, and surprise, the stable 2.0 version of Carla is coming!
+
+ This is the announcement of the first release candidate of Carla 2.1.
+ I am skipping the beta phase as done for the 2.0 release and going straight into a Release Candidate.
+ This means there will be no more changes in the graphical user interface or engine/backend features, except when required for fixing bugs.
+
+ Carla projects/sessions are meant to be fully compatible between between 2.0 and 2.1 versions, except for features marked experimental.
+ The "native" API to access carla as plugin (as used by LMMS) is (ABI and API-wise) backwards compatible compatible with 2.0.
+ If this is not the case, consider it a bug that needs to be fixed.
+
+ As with the v2.0 release, the list of changes is a little big, so let's split it by parts.
+ First, the highlights and major changes.
+
+ ...
+
+ ...
+
+ ...
+
+ ...
+
+ ...
+
+ ...
+
+ Some changes that make sense or are useful enough, and that deserve to be mentioned.
+
+ Besides the ones already mentioned for Windows, we also have: +
+
+ Currently work-in-progress is a complete REST API of Carla's backend, allowing to have full control of a remote Carla instance.
+ (and not in a limited fashion like done with Carla-Control / OSC).
+ Initial code for it is already done, and tested to work.
+ If this interests you, let me know!
+
+
+ +
+ The code for scanning plugins had a little rework, making some internal data structures change.
+ Because of this, a full rescan of your plugins is needed after the update.
+
+ When running Patchbay mode in JACK, changing the buffer size might cause a crash.
+ This is not a common action to do, so not a priority to fix.
+
+ 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.
+
+ With Carla done, next up is DPF handling and KXStudio 18.04 ISO release, while trying to get a new JACK2 release out too.
+ Note that after these 3 items are done, I plan to take a well-needed break from open-source project maintenance.
+
> KXStudio Monthly Report (December 2019)
On 2019-12-16 by falkTX
@@ -173,6 +324,8 @@ include_once("includes/header.php");
Note: Since the KXStudio website has been internally reworked (removed mediawiki, much simpler PHP code now), the old news have been removed.