| 107 | } |
| 108 | |
| 109 | void PluginProcessor::releaseResources() { |
| 110 | } |
| 111 | |
| 112 | bool PluginProcessor::isBusesLayoutSupported(const BusesLayout& layouts) const { |
| 113 | if (layouts.getMainInputChannelSet() == juce::AudioChannelSet::stereo() && |
nothing calls this directly
no outgoing calls
no test coverage detected