Fix build, set vst3 speaker arrangements on fx and synth variants

Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
falkTX 2022-05-25 16:17:46 +01:00
parent 9c9276ac68
commit 06c1d62dd9
No known key found for this signature in database
GPG key ID: CDBAA37ABC74FBA0
3 changed files with 7 additions and 2 deletions

2
carla

@ -1 +1 @@
Subproject commit 0972c333b4de0a53a5bfb9731d558965e0010f7d
Subproject commit 0f94a10f471263929ba19df780a76083f14cffdf

2
dpf

@ -1 +1 @@
Subproject commit dba284c267c74b12338a576c609885553c19552e
Subproject commit c21bc7da9d52beab7d9eea540a03320b32e7e499

View file

@ -635,6 +635,11 @@ protected:
void initAudioPort(const bool input, uint32_t index, AudioPort& port) override
{
#if CARDINAL_VARIANT_FX || CARDINAL_VARIANT_SYNTH
if (index < 2)
port.groupId = kPortGroupStereo;
#endif
if (index >= 8)
{
port.hints = kAudioPortIsCV | kCVPortHasPositiveUnipolarRange | kCVPortHasScaledRange;