MCPcopy Create free account
hub / github.com/audacity/audacity / IsActive

Method IsActive

libraries/lib-vst3/VST3Wrapper.cpp:588–591  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

586}
587
588bool VST3Wrapper::IsActive() const noexcept
589{
590 return mActive;
591}
592
593void VST3Wrapper::FetchSettings(EffectSettings& settings)
594{

Callers 2

GetEffectStagesImplFunction · 0.45
performEditMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected