From e92038b94f63a68994198d04735fc38a6cd3e1a4 Mon Sep 17 00:00:00 2001 From: falkTX Date: Sun, 27 Dec 2020 19:23:24 +0000 Subject: [PATCH] DIE-Plugins release news --- News.php | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) diff --git a/News.php b/News.php index 67cd4e1..f3460ac 100644 --- a/News.php +++ b/News.php @@ -8,6 +8,46 @@ include_once("includes/header.php");

THIS IS A FAKE PAGE, KXSTUDIO NEWS USES A DYNAMIC MODULE NOW

+

+ > DIE-Plugins v1.0 released
+ On 2020-12-25 by falkTX +

+

+ Hello everyone, I would like to announce a new project: DIE-Plugins.
+ This is a collection of plugins imported into the DISTRHO project for easy packaging.
+

+

+ "DIE" stands for DISTRHO Imported Effect.
+ It is a play on words from the first imported plugins, "ACE", from the Ardour project.
+ These are LV2 plugins only. License is the same as the original plugins, so GPLv2+.
+ They are simply to die for ;) +

+

+ Now, on a serious note, this project was created when I was looking to package the Ardour built-in plugins (a.k.a. Ardour Community Effect) for + MOD + and the (still to be announced) cross-platform LV2 plugin project + PawPaw.
+ The biggest difficulty was having to build the entire Ardour codebase to get these plugins.
+ While it seems possible to force the build of only the plugins, the build system still expects all sort of libraries for the main Ardour codebase.
+ Since I am quite comfortable setting up custom Makefiles for quick little projects, that is how it started... +

+

+ Worth noting that all imported plugins have their bundle and URIs renamed, in order to make them compatible with the originals.
+ The source code fetching and patching is also scripted, so it is easy to keep in sync with upstream. +

+ +

Downloads

+

+ The source code plus issue tracker is hosted at + + https://github.com/DISTRHO/DIE-Plugins.
+ Only glib2.0 and sndfile are required to build.
+ If you have the KXStudio repositories enabled, you can install these with the package name "die-plugins".
+ They are not available in binary form anywhere else at the moment, as the project is brand new. +

+ +
+

> KXStudio Monthly Report (November 2020)
On 2020-11-30 by falkTX