diff --git a/News.php b/News.php index 0138dd5..3c255d7 100644 --- a/News.php +++ b/News.php @@ -10,6 +10,75 @@ include_once("includes/header.php"); +

+ > Cardinal 22.11 released
+ On 2022-11-27 by falkTX +

+

+ Hi everyone, we have another + Cardinal + release, 22.11, with a very welcome change and important bugfixes.
+ 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. +

+

+ Contributed by + Francesco Cameli + we now have modules processing order based on cable connections rather than when they were first added to the Rack.
+ With this, there is now a guarantee that no single sample feedback is introduced between cable connections, + unless feedback connections are in place or modules have internal buffering. +

+

+ As an example, Francesco provided a simple patch that plays a sine wave through a sequence of 54 modules to measure the difference of the starting signal with the end one.
+ As it can be seen below, with the old implementation there was definitely a delay introduced by the connections
+ (since the audio engine steps through the modules in the order in which they were created, ignoring which modules should come first according to the cable connections) +

+

+ cardinal +

+ With the new implementation the signal flow now correctly shows a null sum between the starting signal and the end one: +

+

+ cardinal +

+

+ Other important changes are fixes to VST3 multi-IO, CLAP having a multi-IO variant, and macOS Intel builds working much better. +

+ +

Main Changelog

+ + +

Module changes

+ + +

Downloads

+

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

+ +
+

> DPF-Plugins v1.6 released
On 2022-01-16 by falkTX diff --git a/screenshots/news/cardinal-22.11a.png b/screenshots/news/cardinal-22.11a.png new file mode 100644 index 0000000..84ac86b Binary files /dev/null and b/screenshots/news/cardinal-22.11a.png differ diff --git a/screenshots/news/cardinal-22.11b.png b/screenshots/news/cardinal-22.11b.png new file mode 100644 index 0000000..7a57b7f Binary files /dev/null and b/screenshots/news/cardinal-22.11b.png differ