From 14b0ba0c62efb13d6978c9b1b268c32fe5cbf8e3 Mon Sep 17 00:00:00 2001 From: Robbert van der Helm Date: Wed, 28 Apr 2021 13:41:24 +0200 Subject: [PATCH] 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. --- src/wine-host/bridges/vst3.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wine-host/bridges/vst3.cpp b/src/wine-host/bridges/vst3.cpp index 054ded63..b00823d7 100644 --- a/src/wine-host/bridges/vst3.cpp +++ b/src/wine-host/bridges/vst3.cpp @@ -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(