Skip to content
Snippets Groups Projects
Commit 07eb801f authored by Aaron Cuevas Lopez's avatar Aaron Cuevas Lopez
Browse files

Fix reference in channel mapper

parent c3fd1241
No related branches found
No related tags found
No related merge requests found
......@@ -153,7 +153,7 @@ void ChannelMappingNode::process(AudioSampleBuffer& buffer,
channelBuffer, // source
referenceChannels[referenceArray[realChan]], // sourceChannel
0, // sourceStartSample
getNumSamples(channels[j]->sourceNodeId), // numSamples
getNumSamples(j), // numSamples
-1.0f // gain to apply to source (negative for reference)
);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment