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

Method IsEffectInteractive

libraries/lib-module-manager/PluginDescriptor.cpp:147–150  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

145}
146
147bool PluginDescriptor::IsEffectInteractive() const
148{
149 return mEffectInteractive;
150}
151
152bool PluginDescriptor::IsEffectDefault() const
153{

Callers 3

SaveGroupMethod · 0.80
AddSortedEffectMenuItemsFunction · 0.80
MakeAddGroupItemsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected