Clarify the definition of empty_arrangement

This is the same thing of course, but it's a bitfield so just a single 0
may seem a bit odd if you don't already know that.
This commit is contained in:
Robbert van der Helm
2021-04-28 13:41:24 +02:00
parent 216c6bc4f2
commit 14b0ba0c62
+1 -1
View File
@@ -1176,7 +1176,7 @@ size_t Vst3Bridge::register_object_instance(
// `inputs` to be a valid pointer, even if there
// are no inputs.
Steinberg::Vst::SpeakerArrangement empty_arrangement =
0;
0b00000000;
return object_instances[request.instance_id]
.audio_processor->setBusArrangements(