mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-07 03:50:11 +02:00
Don't serialize input arrangement for IAudioProcessor::getBusArrangement
This commit is contained in:
@@ -1720,7 +1720,7 @@ void Vst3Logger::log_response(
|
||||
if (response.result == Steinberg::kResultOk) {
|
||||
message << ", <SpeakerArrangement: 0b"
|
||||
<< std::bitset<sizeof(Steinberg::Vst::SpeakerArrangement)>(
|
||||
response.updated_arr)
|
||||
response.arr)
|
||||
<< ">";
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user