Browse Source

Misc

tags/1.9.4
falkTX 11 years ago
parent
commit
20fbaa8b06
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      source/plugin/carla-native-base.cpp

+ 3
- 3
source/plugin/carla-native-base.cpp View File

@@ -37,9 +37,9 @@ struct PluginListManager {
{ {
const NativePluginDescriptor* const desc(CarlaBackend::CarlaPlugin::getNativePluginDescriptor(i)); const NativePluginDescriptor* const desc(CarlaBackend::CarlaPlugin::getNativePluginDescriptor(i));


#if 0 //def CARLA_NATIVE_PLUGIN_LV2 // TESTING!!!
// LV2 MIDI Out and Open/Save are not implemented yet
if (desc->midiOuts > 0 || (desc->hints & PLUGIN_NEEDS_UI_OPEN_SAVE) != 0)
#ifdef CARLA_NATIVE_PLUGIN_LV2
// Open/Save are not implemented yet
if (desc->hints & PLUGIN_NEEDS_UI_OPEN_SAVE)
continue; continue;
#endif #endif
descs.append(desc); descs.append(desc);


Loading…
Cancel
Save