Home
last modified time | relevance | path

Searched refs:PLUGIN_HAS_INLINE_DISPLAY (Results 1 – 8 of 8) sorted by relevance

/dports/audio/carla/Carla-2.4.1/source/backend/
H A DCarlaBackend.h189 static const uint PLUGIN_HAS_INLINE_DISPLAY = 0x800; variable
/dports/audio/carla/Carla-2.4.1/source/backend/utils/
H A DCachedPlugins.cpp112 info.hints |= CB::PLUGIN_HAS_INLINE_DISPLAY; in get_cached_plugin_internal()
267 info.hints |= CB::PLUGIN_HAS_INLINE_DISPLAY; in get_cached_plugin_lv2()
/dports/audio/carla/Carla-2.4.1/source/rest/
H A Dcarla-host.cpp478 const uint hints = info->hints & ~(PLUGIN_HAS_CUSTOM_UI|PLUGIN_HAS_INLINE_DISPLAY); in handle_carla_get_plugin_info()
/dports/audio/carla/Carla-2.4.1/source/frontend/
H A Dcarla_database.py1629 …self.ui.l_idisp.setText(self.fTrYes if plugin['hints'] & PLUGIN_HAS_INLINE_DISPLAY else self.fTrNo)
1941 hasIDisp = bool(phints & PLUGIN_HAS_INLINE_DISPLAY)
H A Dcarla_host.py1764 hasInlineDisplay = bool(hints & PLUGIN_HAS_INLINE_DISPLAY)
1808 hasInlineDisplay = bool(hints & PLUGIN_HAS_INLINE_DISPLAY)
H A Dcarla_backend.py238 PLUGIN_HAS_INLINE_DISPLAY = 0x800 variable
/dports/audio/carla/Carla-2.4.1/source/backend/plugin/
H A DCarlaPluginLV2.cpp3189 pData->hints = (pData->hints & PLUGIN_HAS_INLINE_DISPLAY) ? PLUGIN_HAS_INLINE_DISPLAY : 0 in reload()
5375 pData->hints |= PLUGIN_HAS_INLINE_DISPLAY; in recheckExtensions()
H A DCarlaPluginNative.cpp1432 pData->hints |= PLUGIN_HAS_INLINE_DISPLAY; in reload()