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

Method getInputChannelName

Source/PluginProcessor.cpp:813–815  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

811}
812
813const String DexedAudioProcessor::getInputChannelName (int channelIndex) const {
814 return String (channelIndex + 1);
815}
816
817const String DexedAudioProcessor::getOutputChannelName (int channelIndex) const {
818 return String (channelIndex + 1);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected