Hello @johnspeth .
Yes, I think you have it correct.
Here’s a code snippet from juce_VST3_Wrapper.cpp:
if (isBypassParameter)
info.flags |= Vst::ParameterInfo::kIsBypass;
Hello @johnspeth .
Yes, I think you have it correct.
Here’s a code snippet from juce_VST3_Wrapper.cpp:
if (isBypassParameter)
info.flags |= Vst::ParameterInfo::kIsBypass;