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