From e5d7199cb3610a90ec79230c4c3ae18b6e49ad60 Mon Sep 17 00:00:00 2001 From: falkTX Date: Sat, 16 Mar 2019 17:45:53 +0100 Subject: [PATCH] Yet another fix for exported ttl for plugins with instance access Signed-off-by: falkTX --- distrho/src/DistrhoPluginLV2export.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/distrho/src/DistrhoPluginLV2export.cpp b/distrho/src/DistrhoPluginLV2export.cpp index fce2e3f7..68b26721 100644 --- a/distrho/src/DistrhoPluginLV2export.cpp +++ b/distrho/src/DistrhoPluginLV2export.cpp @@ -157,7 +157,7 @@ void lv2_generate_ttl(const char* const basename) manifestString += " <" LV2_INSTANCE_ACCESS_URI "> ,\n"; manifestString += " <" LV2_OPTIONS__options "> ,\n"; manifestString += " <" LV2_URID__map "> ;\n"; - manifestString += " opts:supportedOption <" LV2_PARAMETERS__sampleRate "> ;\n"; + manifestString += " opts:supportedOption <" LV2_PARAMETERS__sampleRate "> .\n"; # else // DISTRHO_PLUGIN_WANT_DIRECT_ACCESS manifestString += " rdfs:seeAlso <" + uiTTL + "> .\n"; # endif // DISTRHO_PLUGIN_WANT_DIRECT_ACCESS