Print the plugin type on initialization

This commit is contained in:
Robbert van der Helm
2020-11-30 23:10:50 +01:00
parent f9bb3822de
commit 1c5a9423d2
4 changed files with 10 additions and 1 deletions
+1
View File
@@ -617,6 +617,7 @@ void Vst2PluginBridge::set_parameter(AEffect* /*plugin*/,
void Vst2PluginBridge::log_init_message() {
std::stringstream init_msg;
// TODO: This should also list the plugin type
init_msg << "Initializing yabridge version " << yabridge_git_version
<< std::endl;
init_msg << "host: '" << vst_host->path().string() << "'"