MCPcopy Create free account
hub / github.com/Torsion-Audio/Scyclone / clearNotAutomatableValueTree

Method clearNotAutomatableValueTree

source/PluginParameters.cpp:182–186  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

180}
181
182void PluginParameters::clearNotAutomatableValueTree(juce::ValueTree notAutomatableParameters) {
183 notAutomatableParameters.removeProperty(ADVANCED_PARAMETER_CONTROL_VISIBLE_NAME, nullptr);
184 notAutomatableParameters.removeProperty(NETWORK1_NAME_NAME, nullptr);
185 notAutomatableParameters.removeProperty(NETWORK2_NAME_NAME, nullptr);
186}
187
188juce::StringArray PluginParameters::getPluginParameterList() {
189 return parameterList;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected