| 180 | } |
| 181 | |
| 182 | void 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 | |
| 188 | juce::StringArray PluginParameters::getPluginParameterList() { |
| 189 | return parameterList; |
nothing calls this directly
no outgoing calls
no test coverage detected