Browse Source

Another fix for exported ttl for plugins with instance access

Signed-off-by: falkTX <falktx@falktx.com>
pull/132/head
falkTX 6 years ago
parent
commit
c8877fe6d2
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      distrho/src/DistrhoPluginLV2export.cpp

+ 3
- 0
distrho/src/DistrhoPluginLV2export.cpp View File

@@ -105,6 +105,9 @@ void lv2_generate_ttl(const char* const basename)
String manifestString;
manifestString += "@prefix lv2: <" LV2_CORE_PREFIX "> .\n";
manifestString += "@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .\n";
#if DISTRHO_PLUGIN_HAS_UI && DISTRHO_PLUGIN_WANT_DIRECT_ACCESS
manifestString += "@prefix opts: <" LV2_OPTIONS_PREFIX "> .\n";
#endif
#if DISTRHO_PLUGIN_WANT_PROGRAMS
manifestString += "@prefix pset: <" LV2_PRESETS_PREFIX "> .\n";
#endif


Loading…
Cancel
Save