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