diff --git a/News.php b/News.php index 8fd29c6..1aa9879 100644 --- a/News.php +++ b/News.php @@ -10,6 +10,58 @@ include_once("includes/header.php"); +

+ > Ildaeil v1.3 released
+ On 2022-10-15 by falkTX +

+

+ Hello again everyone, a new release of + Ildaeil + is here.
+ Ildaeil + is mini-plugin host working as a plugin, allowing one-to-one plugin format reusage.
+ The idea is to load it as a plugin inside your DAW and then the other "real" plugin inside Ildaeil.
+ This allows, for example, a VST3 host to load LV2 plugins and vice-versa. +

+

+ The main changes this time are automatic binary plugin scanning, exposing plugin presets and simplified standalone.
+ The automatic binary plugin scanning makes Ildaeil able to quickly list and load even more plugins than before.
+ Scanned plugins are cached so the scan only happens once per plugin (or until its binary is updated). +

+

+ For the standalone, Ildaeil now has a single standalone variant instead of the old FX/Synth/MIDI separate programs.
+ In order to make this work in a more generic way, buttons for "enable midi" and "enable input" are shown when viewing a plugin's generic UI.
+ Also related to this, an online version is available at ildaeil.kx.studio, + used for doing experiments with realtime audio and plugins on the Web. +

+

+ ildaeil-1.3 +

+ +

+ Full changelog: +

+ + +

Downloads

+

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

+ +
+

> Carla 2.5.5 released
On 2023-06-04 by falkTX diff --git a/screenshots/news/ildaeil-1.3.png b/screenshots/news/ildaeil-1.3.png new file mode 100644 index 0000000..0d14932 Binary files /dev/null and b/screenshots/news/ildaeil-1.3.png differ