mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-09 20:29:10 +02:00
Fix typo in log message
This commit is contained in:
@@ -367,7 +367,7 @@ void Vst3Logger::log_response(
|
|||||||
}
|
}
|
||||||
num_output_channels << "]";
|
num_output_channels << "]";
|
||||||
|
|
||||||
message << "<AudioBusBuffers array with "
|
message << ", <AudioBusBuffers array with "
|
||||||
<< num_output_channels.str() << " channels>";
|
<< num_output_channels.str() << " channels>";
|
||||||
|
|
||||||
if (response.output_data.output_parameter_changes) {
|
if (response.output_data.output_parameter_changes) {
|
||||||
|
|||||||
Reference in New Issue
Block a user