mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-07 03:50:11 +02:00
Add logging for IInfoListener
This commit is contained in:
@@ -365,6 +365,16 @@ bool Vst3Logger::log_request(
|
||||
});
|
||||
}
|
||||
|
||||
bool Vst3Logger::log_request(
|
||||
bool is_host_vst,
|
||||
const YaInfoListener::SetChannelContextInfos& request) {
|
||||
return log_request_base(is_host_vst, [&](auto& message) {
|
||||
message << request.instance_id
|
||||
<< ": IInfoListener::setChannelContextInfos(list = "
|
||||
"<IAtributeList*>)";
|
||||
});
|
||||
}
|
||||
|
||||
bool Vst3Logger::log_request(
|
||||
bool is_host_vst,
|
||||
const YaKeyswitchController::GetKeyswitchCount& request) {
|
||||
|
||||
Reference in New Issue
Block a user