diff --git a/News.php b/News.php index b5e6753..8073f2e 100644 --- a/News.php +++ b/News.php @@ -8,6 +8,107 @@ include_once("includes/header.php");
THIS IS A FAKE PAGE, KXSTUDIO NEWS USES A DYNAMIC MODULE NOW
+
+ > Cardinal 22.05 has been released
+ On 2022-05-15 by falkTX
+
+ Hello everyone, yet another release of Cardinal is here.
+ 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.
+
+ This is a big update with not just bug-fixes but also new modules and a few behaviour changes too.
+ Particularly interesting for existing Rack users is the inclusion of the popular Fundamental modules,
+ though in customized fashion.
+ A new
+ Audio to CV Pitch
+ module also makes a debut, based on
+ DISTRHO PitchTrackingSeries
+ which was a shared effort for
+ pushing the feature into hardware units.
+
+ +
+ + + +
+ For packagers: fftw3f is now an optional dependency, required for "Audio to CV Pitch" module.
+ The module will built if fftw3f is available during build, otherwise disabled.
+
+ The "lv2export" stuff has been reworked and works now, includes 3 test plugins.
+ This allows to export individual modules as single lv2 plugins, with very minimal binaries and no UI.
+ For now it is still quite experimental, just to mess around with.
+ Future releases might enable them by default, still undecided.
+
+ The source code plus Linux, macOS and Windows binaries can be downloaded at
+
+ https://github.com/DISTRHO/Cardinal/releases/tag/22.05.
+ Cardinal is released as LV2, VST2 and VST3 plugin, plus AudioUnit and JACK standalone for certain systems.
+ The VST3 version is still considered experimental, prefer to use LV2 or VST2 if possible at this time.
+
> Correction: Changes in KXStudio repositories
On 2022-04-25 by falkTX
diff --git a/screenshots/news/cardinal-fundamental.png b/screenshots/news/cardinal-fundamental.png
new file mode 100644
index 0000000..17916e7
Binary files /dev/null and b/screenshots/news/cardinal-fundamental.png differ