If JucePlugin_PreferredChannelConfigurations is defined.
3>include_juce_audio_plugin_client_Standalone.cpp
2>C:\Program Files\Microsoft Visual Studio\2022\Professional\VC\Tools\MSVC\14.32.31326\include\numeric(34,26): warning C4244: '=': conversion from 'int' to '_Ty', possible loss of data
2> with
2> [
2> _Ty=short
2> ]
2>C:\dev.github\Gin\juce\modules\juce_audio_plugin_client\VST3\juce_VST3_Wrapper.cpp(3136): message : see reference to function template instantiation '_Ty std::accumulate<ElementType*,short,juce::JuceVST3Component::activateBus::<lambda_ed0ca43ac95ca6283edcc5e83599a94a>::()::<lambda_8e481f4f7d746141b3787b4022d3d343>::()::<lambda_b57cedadc37f6b91fb1f3ea6cdb42394>>(const _InIt,const _InIt,_Ty,_Fn)' being compiled
2> with
2> [
2> _Ty=short,
2> ElementType=juce::AudioChannelSet,
2> _InIt=juce::AudioChannelSet *,
2> _Fn=juce::JuceVST3Component::activateBus::<lambda_ed0ca43ac95ca6283edcc5e83599a94a>::()::<lambda_8e481f4f7d746141b3787b4022d3d343>::()::<lambda_b57cedadc37f6b91fb1f3ea6cdb42394>
2> ]
2>C:\dev.github\Gin\juce\modules\juce_audio_plugin_client\VST3\juce_VST3_Wrapper.cpp(3139): message : see reference to function template instantiation '_Ty juce::JuceVST3Component::activateBus::<lambda_ed0ca43ac95ca6283edcc5e83599a94a>::()::<lambda_8e481f4f7d746141b3787b4022d3d343>::operator ()<juce::Array<juce::AudioChannelSet,juce::DummyCriticalSection,0>>(juce::Array<juce::AudioChannelSet,juce::DummyCriticalSection,0> &) const' being compiled
2> with
2> [
2> _Ty=short
2> ]
3>Synth_StandalonePlugin.vcxproj -> C:\dev.github\Gin\examples\Synth\Builds\VisualStudio2022\x64\Debug\Standalone Plugin\Synth.exe
