| 329 | } |
| 330 | |
| 331 | bool PluginProcessor::hasEditor() const { |
| 332 | return true; |
| 333 | } |
| 334 | |
| 335 | juce::AudioProcessorEditor* PluginProcessor::createEditor() { |
| 336 | return new PluginEditor(*this); |
nothing calls this directly
no outgoing calls
no test coverage detected