mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-06-17 00:43:56 +02:00
Fix num samples in processing log message
This commit is contained in:
@@ -472,7 +472,7 @@ bool Vst3Logger::log_request(bool is_host_vst,
|
|||||||
"input_channels = "
|
"input_channels = "
|
||||||
<< num_input_channels.str()
|
<< num_input_channels.str()
|
||||||
<< ", output_channels = " << num_output_channels.str()
|
<< ", output_channels = " << num_output_channels.str()
|
||||||
<< ", num_samples = " << request.data.process_mode
|
<< ", num_samples = " << request.data.num_samples
|
||||||
<< ", input_parameter_changes = <IParameterChanges* for "
|
<< ", input_parameter_changes = <IParameterChanges* for "
|
||||||
<< request.data.input_parameter_changes.num_parameters()
|
<< request.data.input_parameter_changes.num_parameters()
|
||||||
<< " parameters>, output_parameter_changes = "
|
<< " parameters>, output_parameter_changes = "
|
||||||
|
|||||||
Reference in New Issue
Block a user