From c19599e7009afc1d6e859a0129ae9fc22427fb98 Mon Sep 17 00:00:00 2001 From: Harald Eilertsen Date: Sun, 2 Aug 2020 22:27:04 +0200 Subject: LV2: Port BassKit plugin. There's an issue, where it seems the plugin will only produce noise if it's active when starting playback. Enabling it after playback has started seems to work fine. This is puzzling and will have to be investigated further at some time. --- plugins/LV2/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/LV2/CMakeLists.txt') diff --git a/plugins/LV2/CMakeLists.txt b/plugins/LV2/CMakeLists.txt index 3993e3b..cfc15da 100755 --- a/plugins/LV2/CMakeLists.txt +++ b/plugins/LV2/CMakeLists.txt @@ -22,7 +22,7 @@ add_airwindows_plugin(Aura) add_airwindows_plugin(Average) add_airwindows_plugin(AverMatrix) add_airwindows_plugin(BassDrive) -# add_airwindows_plugin(BassKit) +add_airwindows_plugin(BassKit) # add_airwindows_plugin(Baxandall) # add_airwindows_plugin(Beam) # add_airwindows_plugin(Biquad) -- cgit v1.2.3