mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-06-16 00:13:55 +02:00
Log bus types and flags
This commit is contained in:
@@ -1200,7 +1200,8 @@ void Vst3Logger::log_response(bool is_host_vst,
|
|||||||
message << ", <BusInfo for \""
|
message << ", <BusInfo for \""
|
||||||
<< VST3::StringConvert::convert(response.updated_bus.name)
|
<< VST3::StringConvert::convert(response.updated_bus.name)
|
||||||
<< "\" with " << response.updated_bus.channelCount
|
<< "\" with " << response.updated_bus.channelCount
|
||||||
<< " channels>";
|
<< " channels, type = " << response.updated_bus.busType
|
||||||
|
<< ", flags = " << response.updated_bus.flags << ">";
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user