| 815 | } |
| 816 | |
| 817 | const String DexedAudioProcessor::getOutputChannelName (int channelIndex) const { |
| 818 | return String (channelIndex + 1); |
| 819 | } |
| 820 | |
| 821 | bool DexedAudioProcessor::isInputChannelStereoPair (int index) const { |
| 822 | return true; |
nothing calls this directly
no outgoing calls
no test coverage detected