Browse Source

only try to use lv2 modgui under linux

tags/v2.3.0-RC1
falkTX 5 years ago
parent
commit
602111bbfb
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      source/utils/CarlaLv2Utils.hpp

+ 2
- 0
source/utils/CarlaLv2Utils.hpp View File

@@ -2776,7 +2776,9 @@ const LV2_RDF_Descriptor* lv2_rdf_new(const LV2_URI uri, const bool loadPresets)
// ----------------------------------------------------------------------------------------------------------------
// Set Plugin UIs
{
#ifdef CARLA_OS_LINUX
const bool hasMODGui(lilvPlugin.get_modgui_resources_directory().as_uri() != nullptr);
#endif

Lilv::UIs lilvUIs(lilvPlugin.get_uis());



Loading…
Cancel
Save