Browse Source

Fix the extension data descriptions

pull/166/head
JP Cimalando 6 years ago
parent
commit
e5b35c5ce6
1 changed files with 5 additions and 3 deletions
  1. +5
    -3
      distrho/src/DistrhoPluginLV2export.cpp

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

@@ -73,9 +73,9 @@
// -----------------------------------------------------------------------
static const char *const lv2ManifestPluginExtensionData[] =
{
LV2_STATE__interface,
#if DISTRHO_PLUGIN_WANT_STATE
LV2_OPTIONS__interface,
#if DISTRHO_PLUGIN_WANT_STATE
LV2_STATE__interface,
LV2_WORKER__interface,
#endif
#if DISTRHO_PLUGIN_WANT_PROGRAMS
@@ -120,10 +120,12 @@ static const char *const lv2ManifestPluginSupportedOptions[] =
#if DISTRHO_PLUGIN_HAS_UI
static const char *const lv2ManifestUiExtensionData[] =
{
LV2_OPTIONS__interface,
"ui:idleInterface",
"ui:showInterface",
"ui:resize",
#if DISTRHO_PLUGIN_WANT_PROGRAMS
LV2_PROGRAMS__Interface,
LV2_PROGRAMS__UIInterface,
#endif
nullptr
};


Loading…
Cancel
Save