| 43 | bool producesMidi() const override { return false; } |
| 44 | |
| 45 | bool isMidiEffect() const override { return false; } |
| 46 | |
| 47 | double getTailLengthSeconds() const override { return 0; } |
| 48 |
nothing calls this directly
no outgoing calls
no test coverage detected