Log bus types and flags

This commit is contained in:
Robbert van der Helm
2020-12-30 17:12:06 +01:00
parent 42b9cf902c
commit b6a2752882
+2 -1
View File
@@ -1200,7 +1200,8 @@ void Vst3Logger::log_response(bool is_host_vst,
message << ", <BusInfo for \""
<< VST3::StringConvert::convert(response.updated_bus.name)
<< "\" with " << response.updated_bus.channelCount
<< " channels>";
<< " channels, type = " << response.updated_bus.busType
<< ", flags = " << response.updated_bus.flags << ">";
}
});
}