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

Method EndParameterEdit

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

Source from the content-addressed store, hash-verified

962}
963
964void VST3Wrapper::EndParameterEdit()
965{
966 auto componentHandler = static_cast<ComponentHandler*>(mComponentHandler.get());
967 componentHandler->SetAccess(nullptr);
968}
969
970std::vector<VST3Wrapper::FactoryPresetDesc> VST3Wrapper::FindFactoryPresets() const
971{

Callers 1

OnCloseMethod · 0.80

Calls 2

SetAccessMethod · 0.80
getMethod · 0.45

Tested by

no test coverage detected