Add debug message to check if yabridge is detected

This commit is contained in:
Robin Gareus 2023-12-10 22:13:38 +01:00
parent 4402e2a3a8
commit 9f5f7edc5b
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04
1 changed files with 3 additions and 0 deletions

View File

@ -1198,6 +1198,9 @@ VST3PI::VST3PI (std::shared_ptr<ARDOUR::VST3PluginModule> m, std::string unique_
#if !(defined PLATFORM_WINDOWS || defined __APPLE__) /* Linux only */
_restart_component_is_synced = m->has_symbol ("yabridge_version");
if (_restart_component_is_synced) {
DEBUG_TRACE (DEBUG::VST3Config, "VST3PI detected yabridge\n");
}
#endif
#ifndef NDEBUG