From 98357310c85a7a6918da9fa519c11db6e617ddf4 Mon Sep 17 00:00:00 2001 From: falkTX Date: Sat, 17 Jun 2017 14:39:53 +0200 Subject: [PATCH] Update news --- News.php | 103 ++++++++++++++++++++++++++++++++++++++------ includes/footer.php | 26 +++++------ 2 files changed, 102 insertions(+), 27 deletions(-) diff --git a/News.php b/News.php index 9943435..096873b 100644 --- a/News.php +++ b/News.php @@ -17,25 +17,100 @@ include_once("includes/header.php"); On 2017-06-17 by falkTX

- intro here
+ With some minor things finally done and all reported bugs squashed, it's time to tag a new release of DPF-Plugins.

- It's v1.1, but v1.0 not really adversited/publicized before.
- 1.0 was slightly rushed?
-
- with all reported bugs squashed, it is time for a release.
- also dpf might will get some changes, better to have this tagged
-
- so, as this is the first time I show off the plugins here, let's go through them a little bit...
-
- miniseries, nekobi, etc
-
- changes since 1.0.
-
- source and binaries can be downloaded here... + The initial 1.0 version was not really advertised/publicized before, as there were still a few things I wanted done first + - but they were already usable as-is.
+ The base framework used by these plugins (DPF) will get some deep changes soon, so better to have this release out now. +

+

+ I will not write a changelog here, it was just many small changes here and there for all the plugins since v1.0.
+ Just think of this release as the initial one. :P +

+

+ The source code plus Linux, macOS and Windows binaries can be downloaded at + + https://github.com/DISTRHO/DPF-Plugins/releases/tag/v1.1.
+ The plugins are released as LADSPA, DSSI, LV2, VST2 and JACK standalone.
+

+

+ As this is the first time I show off the plugins like this, let's go through them a little bit...
+ The order shown is more or less the order in which they were made.
+ Note that most plugins here were made/ported as a learning exercise, so not everything is new.
+ Many thanks to António Saraiva for the design of some of these interfaces! +

+ +

Mini-Series

+

+ This is a collection of small but useful plugins, based on the good old LOSER-Dev Plugins.
+ This collection currently includes 3 Band EQ, 3 Band Splitter and Ping Pong Pan.
+
+ 3bandeq + 3bandsplitter + pingpongpan +

+ +

MVerb

+

+ Studio quality, open-source reverb.
+ Its release was intended to provide a practical demonstration of Dattorro’s figure-of-eight reverb structure and provide the open source community with a high quality reverb.
+ This is a DPF'ied build of the original + MVerb + plugin, allowing a proper Linux version with UI.
+
+ mverb +

+ +

Nekobi

+

+ Simple single-oscillator synth based on the Roland TB-303.
+ This is a DPF'ied build of the + nekobee + project, allowing LV2 and VST builds of the plugin, plus a nicer UI with a simple cat animation. ;)
+
+ nekobi +

+ +

Kars

+

+ Simple karplus-strong plucked string synth.
+ This is a DPF'ied build of the karplong DSSI example synth, written by Chris Cannam.
+ It implements the basic Karplus-Strong plucked-string synthesis algorithm (Kevin Karplus & Alex Strong, "Digital Synthesis of Plucked-String and Drum Timbres", Computer Music Journal 1983).
+
+ kars +

+ +

ndc-Plugs

+

+ DPF'ied ports of some plugins from Niall Moody.
+ See + http://www.niallmoody.com/ndcplugs/plugins.htm + for the original author's page.
+ This collection currently includes Amplitude Imposer, Cycle Shifter and Soul Force plugins.
+
+ amplitudeimposer + cycleshifter + soulforce +

+ +

ProM

+

+ projectM is an awesome music visualizer.
+ This plugin makes it work as an audio plugin (LV2 and VST).
+ prom +

+ +

glBars

+

+ This is an OpenGL bars visualization plugin (as seen in XMMS and XBMC/Kodi).
+ Adapted from the + jack_glbars + project by Nedko Arnaudov.
+ glbars


diff --git a/includes/footer.php b/includes/footer.php index fe124c0..3245a58 100644 --- a/includes/footer.php +++ b/includes/footer.php @@ -30,31 +30,31 @@