From 6a584fdae9fedad214538e81c8347dd75d64febc Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Thu, 26 Jan 2017 03:34:02 +0100 Subject: added DSSI support * The LADSPA module has been extended to support DSSI plugins as well. If DSSI support is detected, the first input stream is considered a MIDI event stream. * The MIDI event handling must be updated to allow streams of MIDI messages for this to be useful. * ladspa.lua has been subsequently renamed to dssi.lua --- applause.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'applause.lua') diff --git a/applause.lua b/applause.lua index 2b86280..91507fa 100644 --- a/applause.lua +++ b/applause.lua @@ -2333,4 +2333,4 @@ Client.__gc = Client.kill -- Additional modules are loaded with dofile(), -- so they react to reload() -- -dofile "ladspa.lua" +dofile "dssi.lua" -- cgit v1.2.3