Skip to content

Commit aaeb9a4

Browse files
committed
cardinal 23.09
Signed-off-by: falkTX <falktx@falktx.com>
1 parent 4b6430c commit aaeb9a4

File tree

1 file changed

+50
-0
lines changed

1 file changed

+50
-0
lines changed

News.php

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,56 @@
1010

1111
<a href="" target="_blank"></a>
1212

13+
<p>
14+
<span style="font-size: 20px">&gt; Cardinal 23.09 released</span><br/>
15+
On <i>2023-09-17</i> by<i> falkTX</i>
16+
</p>
17+
<p>
18+
Hello again everyone, it is time for another <a href="https://github.com/DISTRHO/Cardinal" target="_blank">Cardinal</a> release.<br/>
19+
<a href="https://github.com/DISTRHO/Cardinal" target="_blank">Cardinal</a>
20+
is a free and open-source virtual modular synthesizer plugin.<br/>
21+
It is based on the popular <a href="https://github.com/VCVRack/Rack/" target="_blank">VCV Rack</a>
22+
but with a focus on being a fully self-contained plugin version.
23+
</p>
24+
<p>
25+
The main change for this release is making the OSC remote control an official feature, with some initial documentation <a href="https://github.com/DISTRHO/Cardinal/blob/main/docs/OSC-REMOTE-CONTROL.md" target="_blank">here</a>.<br/>
26+
Then also the usual set of fixes and a few module updates.<br/>
27+
As an extra, Cardinal has its own website now, living at <a href="https://cardinal.kx.studio/" target="_blank">cardinal.kx.studio</a> with the online/wasm version still accessible by clicking "Try Live".
28+
</p>
29+
<h3>Changelog</h3>
30+
<ul>
31+
<li>Add OSC Remote control</li>
32+
<li>Do not try to save and load module info per project, its a global setting since 22.07</li>
33+
<li>Fix a few missing details in macOS app bundles</li>
34+
<li>Fix Cardinal Mini window title after loading patches</li>
35+
<li>Fix crash when pressing F9 (used internally for generating screenshots)</li>
36+
<li>Fix crash when window creation fails (e.g. running headless)</li>
37+
<li>Fix headless build when OpenGL is available (but unused since it is headless)</li>
38+
<li>Fix stuck notes in CardinalNative MIDI handling</li>
39+
<li>Fix VST2 parameter changes</li>
40+
<li>Proper handling of XDG_DOCUMENTS_DIR</li>
41+
<li>Switch to regular/initial welcome patch for web/wasm builds</li>
42+
</ul>
43+
44+
<h3>Modules related changes</h3>
45+
<ul>
46+
<li>Add EnigmaCurry</li>
47+
<li>Audio File Player: Fix resampled playback for some files, many CPU optimizations</li>
48+
<li>Ildaeil: Add bridge reload button, in case hosted plugin crashes or times out</li>
49+
<li>Ildaeil: List Windows plugins under Linux</li>
50+
<li>Update unless_modules</li>
51+
</ul>
52+
53+
<h3>Downloads</h3>
54+
<p>
55+
The source code plus Linux, macOS and Windows binaries can be downloaded at
56+
<a href="https://github.com/DISTRHO/Cardinal/releases/tag/23.09" target="_blank">
57+
https://github.com/DISTRHO/Cardinal/releases/tag/23.09</a>.<br/>
58+
Cardinal is released as LV2, VST2, VST3 and CLAP plugin, plus AudioUnit and JACK/Standalone for certain systems.
59+
</p>
60+
61+
<hr/>
62+
1363
<p>
1464
<span style="font-size: 20px">&gt; Carla 2.5.6 released</span><br/>
1565
On <i>2023-08-04</i> by<i> falkTX</i>

0 commit comments

Comments
 (0)