mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-07 03:50:11 +02:00
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:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user