| 21 | |
| 22 | static const char* static_name() { return "ChannelSplitter"; } |
| 23 | virtual const char* name() const override { return static_name(); } |
| 24 | static AudioNodeDescriptor * desc(); |
| 25 | |
| 26 | void addOutputs(int numberOfOutputs); |
nothing calls this directly
no outgoing calls
no test coverage detected