Home
last modified time | relevance | path

Searched refs:mAutomatable (Results 1 – 2 of 2) sorted by relevance

/dports/audio/audacity/audacity-Audacity-3.1.3/src/effects/VST/
H A DVSTEffect.cpp292 return mAutomatable; in SupportsAutomation()
303 bool mAutomatable; member in VSTSubProcess
635 proc.mAutomatable = val == wxT("1"); in DiscoverPluginsAtPath()
1285 return mAutomatable; in SupportsAutomation()
2240 mAutomatable = false; in Load()
2245 mAutomatable = true; in Load()
H A DVSTEffect.h293 bool mAutomatable; variable