From 592e01cd1a572d03a3c79c99a6af7d2e3828c171 Mon Sep 17 00:00:00 2001 From: Harald Eilertsen Date: Sun, 2 Aug 2020 18:57:35 +0200 Subject: LV2: makeplugin use cheatsheet db for plugin type mapping. Only the 'Saturation' type is mapped to lv2::DistortionPlugin for now, but this is easy to expand as we go. I'll update this for each new plugin type that's ported for now. --- plugins/LV2/Template/Plugin.ttl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/LV2/Template/Plugin.ttl') diff --git a/plugins/LV2/Template/Plugin.ttl b/plugins/LV2/Template/Plugin.ttl index 1402c9e..1ede09d 100644 --- a/plugins/LV2/Template/Plugin.ttl +++ b/plugins/LV2/Template/Plugin.ttl @@ -7,7 +7,7 @@ a lv2:Plugin , - lv2:EffectPlugin ; + lv2:@TTLPluginType@ ; lv2:project ; lv2:optionalFeature lv2:hardRTCapable ; -- cgit v1.2.3