From 4911bc8de4110e1d6f45ab38d58f12cf103380b0 Mon Sep 17 00:00:00 2001 From: derselbst Date: Sat, 21 Oct 2017 18:09:38 +0200 Subject: [PATCH] credit @mawe42 for rewriting LADSPA --- src/bindings/fluid_ladspa.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/bindings/fluid_ladspa.c b/src/bindings/fluid_ladspa.c index 513818cd..25a9d448 100644 --- a/src/bindings/fluid_ladspa.c +++ b/src/bindings/fluid_ladspa.c @@ -20,6 +20,9 @@ /* This module: 3/2002 * Author: Markus Nentwig, nentwig@users.sourceforge.net + * + * Complete rewrite: 10/2017 + * Author: Marcus Weseloh */ #include "fluidsynth_priv.h"