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/src/BassKit/manifest.ttl.in | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 plugins/LV2/src/BassKit/manifest.ttl.in (limited to 'plugins/LV2/src/BassKit/manifest.ttl.in') diff --git a/plugins/LV2/src/BassKit/manifest.ttl.in b/plugins/LV2/src/BassKit/manifest.ttl.in new file mode 100644 index 0000000..752eef7 --- /dev/null +++ b/plugins/LV2/src/BassKit/manifest.ttl.in @@ -0,0 +1,12 @@ +# LV2 Plugin manifest for Airwindows BassKit plugin + +@prefix doap: . +@prefix lv2: . +@prefix rdfs: . + + + a lv2:Plugin ; + doap:name "Airwindows BassKit" ; + doap:license ; + lv2:binary ; + rdfs:seeAlso . -- cgit v1.2.3