MCPcopy Create free account
hub / github.com/asb2m10/dexed / getOutputChannelName

Method getOutputChannelName

Source/PluginProcessor.cpp:817–819  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

815}
816
817const String DexedAudioProcessor::getOutputChannelName (int channelIndex) const {
818 return String (channelIndex + 1);
819}
820
821bool DexedAudioProcessor::isInputChannelStereoPair (int index) const {
822 return true;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected