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

fix indexing issue

parent 249b454a
No related branches found
No related tags found
No related merge requests found
......@@ -330,7 +330,7 @@ void RecordNode::setParameter(int parameterIndex, float newValue)
procIndex++;
chanProcOrder = 0;
}
procInfo.getLast()->recordedChannels.add(channelMap.size());
procInfo.getLast()->recordedChannels.add(channelMap.size()-1);
chanProcessorMap.add(procIndex);
chanOrderinProc.add(chanProcOrder);
chanProcOrder++;
......
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