Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/audacity/audacity
/ EndStateChange
Method
EndStateChange
libraries/lib-vst3/VST3Wrapper.cpp:291–296 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
289
}
290
291
void EndStateChange()
292
{
293
assert(mStateChangeSettings != nullptr);
294
FlushCache(*mStateChangeSettings);
295
mStateChangeSettings = nullptr;
296
}
297
298
void FlushCache(EffectSettings& settings)
299
{
Callers
1
FetchSettings
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected