| 51 | virtual ~ADSRNodeImpl() {} |
| 52 | |
| 53 | virtual void initialize() override { } |
| 54 | virtual void uninitialize() override { } |
| 55 | |
| 56 | // Processes the source to destination bus. The number of channels must match in source and destination. |
nothing calls this directly
no outgoing calls
no test coverage detected