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

Method BeginStateChange

libraries/lib-vst3/VST3Wrapper.cpp:286–289  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

284 EffectSettingsAccess* GetAccess() { return mAccess; }
285
286 void BeginStateChange(EffectSettings& settings)
287 {
288 mStateChangeSettings = &settings;
289 }
290
291 void EndStateChange()
292 {

Callers 1

FetchSettingsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected