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

Method BeginParameterEdit

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

Source from the content-addressed store, hash-verified

957}
958
959void VST3Wrapper::BeginParameterEdit(EffectSettingsAccess& access)
960{
961 static_cast<ComponentHandler*>(mComponentHandler.get())->SetAccess(&access);
962}
963
964void VST3Wrapper::EndParameterEdit()
965{

Callers 1

VST3EditorMethod · 0.80

Calls 2

SetAccessMethod · 0.80
getMethod · 0.45

Tested by

no test coverage detected