From 52f06b503b20cdebad546d85d04d960a02ebf88c Mon Sep 17 00:00:00 2001 From: Paul Ferrand Date: Mon, 25 Jul 2022 23:16:09 +0200 Subject: [PATCH] Added suffix to multi-out VST3 --- plugins/vst/VstPluginFactory.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/vst/VstPluginFactory.cpp b/plugins/vst/VstPluginFactory.cpp index 53146738..b0bad951 100644 --- a/plugins/vst/VstPluginFactory.cpp +++ b/plugins/vst/VstPluginFactory.cpp @@ -32,7 +32,7 @@ DEF_CLASS2 (INLINE_UID_FROM_FUID(SfizzVstProcessor_cid), DEF_CLASS2 (INLINE_UID_FROM_FUID(SfizzVstProcessorMulti_cid), PClassInfo::kManyInstances, kVstAudioEffectClass, - VSTPLUGIN_NAME, + VSTPLUGIN_NAME "-multi", Vst::kDistributable, Vst::PlugType::kInstrumentSynth, VSTPLUGIN_VERSION,