mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-16 13:40:05 +02:00
Mention the CLAP feature in the init message
This commit is contained in:
@@ -339,13 +339,17 @@ class PluginBridge {
|
|||||||
#ifdef WITH_BITBRIDGE
|
#ifdef WITH_BITBRIDGE
|
||||||
init_msg << "- bitbridge support" << std::endl;
|
init_msg << "- bitbridge support" << std::endl;
|
||||||
#endif
|
#endif
|
||||||
|
#ifdef WITH_CLAP
|
||||||
|
init_msg << "- CLAP support" << std::endl;
|
||||||
|
#endif
|
||||||
#ifdef WITH_WINEDBG
|
#ifdef WITH_WINEDBG
|
||||||
init_msg << "- winedbg" << std::endl;
|
init_msg << "- winedbg" << std::endl;
|
||||||
#endif
|
#endif
|
||||||
#ifdef WITH_VST3
|
#ifdef WITH_VST3
|
||||||
init_msg << "- VST3 support" << std::endl;
|
init_msg << "- VST3 support" << std::endl;
|
||||||
#endif
|
#endif
|
||||||
#if !(defined(WITH_BITBRIDGE) || defined(WITH_WINEDBG) || defined(WITH_VST3))
|
#if !(defined(WITH_BITBRIDGE) || defined(WITH_CLAP) || \
|
||||||
|
defined(WITH_WINEDBG) || defined(WITH_VST3))
|
||||||
init_msg << " <none>" << std::endl;
|
init_msg << " <none>" << std::endl;
|
||||||
#endif
|
#endif
|
||||||
init_msg << std::endl;
|
init_msg << std::endl;
|
||||||
|
|||||||
Reference in New Issue
Block a user