mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-09 20:29:10 +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
|
// `inputs` to be a valid pointer, even if there
|
||||||
// are no inputs.
|
// are no inputs.
|
||||||
Steinberg::Vst::SpeakerArrangement empty_arrangement =
|
Steinberg::Vst::SpeakerArrangement empty_arrangement =
|
||||||
0;
|
0b00000000;
|
||||||
|
|
||||||
return object_instances[request.instance_id]
|
return object_instances[request.instance_id]
|
||||||
.audio_processor->setBusArrangements(
|
.audio_processor->setBusArrangements(
|
||||||
|
|||||||
Reference in New Issue
Block a user