From 58688695fecb2311ca4c334eae86e0687811500d Mon Sep 17 00:00:00 2001 From: falkTX Date: Tue, 28 Feb 2023 14:55:55 +0100 Subject: [PATCH] Wording tweaks Signed-off-by: falkTX --- News.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/News.php b/News.php index d89973c..911607b 100644 --- a/News.php +++ b/News.php @@ -40,7 +40,9 @@ include_once("includes/header.php"); 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. + Already doable with LV2 from 23.02 onwards, used for + MOD Audio builds (as seen in the screenshot).
+ 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.