| 703 | bool isSuspendedOnSilence() const override; |
| 704 | |
| 705 | Processor *getChildProcessor(int /*processorIndex*/) override { return nullptr; }; |
| 706 | const Processor *getChildProcessor(int /*processorIndex*/) const override { return nullptr; }; |
| 707 | |
| 708 | int getNumInternalChains() const override { return 0; }; |