| 37 | bool hasEditor() const override { return false; } |
| 38 | |
| 39 | const juce::String getName() const override { return {}; } |
| 40 | |
| 41 | bool acceptsMidi() const override { return false; } |
| 42 |
nothing calls this directly
no outgoing calls
no test coverage detected