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

Method IsEffectRealtime

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

Source from the content-addressed store, hash-verified

160}
161
162bool PluginDescriptor::IsEffectRealtime() const
163{
164 return mEffectRealtime != EffectDefinitionInterface::RealtimeSince::Never;
165}
166
167bool PluginDescriptor::IsEffectAutomatable() const
168{

Callers 1

UpdateEffectMenuItemsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected