Filter selection
| 1105 | |
| 1106 | // Filter selection |
| 1107 | void updateCoefficients(CoefficientsPtr& old, const CoefficientsPtr& replacements) |
| 1108 | { |
| 1109 | *old = *replacements; |
| 1110 | } |
| 1111 | |
| 1112 | ChainSettings getChainSettings(juce::AudioProcessorValueTreeState& apvts) |
| 1113 | { |
no outgoing calls
no test coverage detected