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) {
|
||||
|
||||
@@ -104,6 +104,8 @@ class Vst3Logger {
|
||||
const YaEditControllerHostEditing::BeginEditFromHost&);
|
||||
bool log_request(bool is_host_vst,
|
||||
const YaEditControllerHostEditing::EndEditFromHost&);
|
||||
bool log_request(bool is_host_vst,
|
||||
const YaInfoListener::SetChannelContextInfos&);
|
||||
bool log_request(bool is_host_vst,
|
||||
const YaKeyswitchController::GetKeyswitchCount&);
|
||||
bool log_request(bool is_host_vst,
|
||||
|
||||
Reference in New Issue
Block a user