| 35 | juce::AudioProcessorEditor* createEditor() override { return nullptr; } |
| 36 | |
| 37 | bool hasEditor() const override { return false; } |
| 38 | |
| 39 | const juce::String getName() const override { return {}; } |
| 40 |
nothing calls this directly
no outgoing calls
no test coverage detected