| 65 | bool acceptsMidi() const override { return false; } |
| 66 | bool producesMidi() const override { return false; } |
| 67 | AudioProcessorEditor* createEditor() override { return nullptr; } |
| 68 | bool hasEditor() const override { return false; } |
| 69 | int getNumPrograms() override { return 0; } |
| 70 | int getCurrentProgram() override { return 0; } |
nothing calls this directly
no outgoing calls
no test coverage detected