How to detect if plugin is active?

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;

1 Like