From cacf6c7bddc7e9576e3a01c19716e66a8bbb4106 Mon Sep 17 00:00:00 2001 From: falkTX Date: Tue, 28 Feb 2023 11:27:39 +0100 Subject: [PATCH] Prepare the news Signed-off-by: falkTX --- News.php | 69 +++++++++++++++++++++++++++- screenshots/news/cardinal-23.02.png | Bin 0 -> 1355354 bytes 2 files changed, 68 insertions(+), 1 deletion(-) create mode 100644 screenshots/news/cardinal-23.02.png diff --git a/News.php b/News.php index 16a6b15..d89973c 100644 --- a/News.php +++ b/News.php @@ -10,6 +10,73 @@ include_once("includes/header.php"); +

+ > Cardinal 23.02 released
+ On 2023-02-28 by falkTX +

+

+ Hello again everyone, it is time for another Cardinal release.
+ Cardinal + is a free and open-source virtual modular synthesizer plugin.
+ It is based on the popular VCV Rack + but with a focus on being a fully self-contained plugin version. +

+

+ cardinal +

+

+ The main change for this release is the introduction of a "Mini" variant.
+ This is a special variant with a very small, hand-picked module selection and limited IO (2 audio ports plus 5 CV).
+ There are 2 main reasons for this variant to exist: +

+ +

+ For now the list of selected modules is quite small, intentionally. We will add a few more as the need appears.
+ All included modules support polyphony, reducing confusion for new users not yet used to mono vs poly approach in Rack/Cardinal.
+
+ The 2nd reason (only having simple modules) is needed in order to support DSP/UI separation.
+ Having this in place means we can run the DSP on a different machine than the UI.
+ This is particularly interesting for running Cardinal on embed systems, being controlled remotely via web browser or native desktop application.
+ Already doable with LV2 from 23.02 onwards, later on this will be made possible on standalone too. +

+

+ There are a few module updates too, and some important bug fixes too, see the changelog below. +

+ +

Changelog

+ + +

Module changes

+ + +

Downloads

+

+ The source code plus Linux, macOS and Windows binaries can be downloaded at + + https://github.com/DISTRHO/Cardinal/releases/tag/23.02.
+ Cardinal is released as LV2, VST2, VST3 and CLAP plugin, plus AudioUnit and JACK/Standalone for certain systems. +

+ +
+

> Carla 2.5.3 released
On 2023-01-15 by falkTX @@ -92,7 +159,7 @@ include_once("includes/header.php");

  • Update PathSet
  • -

    Module changes

    +

    Web-assembly related changes