| 811 | } |
| 812 | |
| 813 | const String DexedAudioProcessor::getInputChannelName (int channelIndex) const { |
| 814 | return String (channelIndex + 1); |
| 815 | } |
| 816 | |
| 817 | const String DexedAudioProcessor::getOutputChannelName (int channelIndex) const { |
| 818 | return String (channelIndex + 1); |
nothing calls this directly
no outgoing calls
no test coverage detected