We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ced7792 commit 8df1753Copy full SHA for 8df1753
1 file changed
Source/Processors/AudioNode/AudioNode.cpp
@@ -75,7 +75,7 @@ void AudioNode::updateBufferSize()
75
void AudioNode::setChannel(const DataChannel* ch)
76
{
77
78
- int channelNum = dataChannelArray.indexOf(ch);
+ int channelNum = getDataChannelIndex(ch->getSourceIndex(), ch->getSourceNodeID(), ch->getSubProcessorIdx());
79
80
std::cout << "Audio node setting channel to " << channelNum << std::endl;
81
0 commit comments