Home
last modified time | relevance | path

Searched refs:IsEffectAutomatable (Results 1 – 3 of 3) sorted by relevance

/dports/audio/audacity/audacity-Audacity-3.1.3/src/
H A DPluginManager.h86 bool IsEffectAutomatable() const;
H A DPluginManager.cpp217 bool PluginDescriptor::IsEffectAutomatable() const in IsEffectAutomatable() function in PluginDescriptor
1298 pRegistry->Write(KEY_EFFECTAUTOMATABLE, plug.IsEffectAutomatable()); in SaveGroup()
/dports/audio/audacity/audacity-Audacity-3.1.3/src/effects/
H A DEffectManager.cpp229 return plug->IsEffectAutomatable(); in SupportsAutomation()