We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c986bb3 commit 91e1d53Copy full SHA for 91e1d53
1 file changed
Source/Plugins/RhythmNode/RHD2000Thread.cpp
@@ -1567,7 +1567,7 @@ bool RHD2000Thread::updateBuffer()
1567
}
1568
1569
index += 64 * numStreams; // neural data width
1570
- auxIndex += 2 * numStreams; // mspacek: not clear why this is here
+ auxIndex += 2 * numStreams; // skip AuxCmd1 slots (see updateRegisters())
1571
// copy the 3 aux channels
1572
if (acquireAuxChannels)
1573
{
0 commit comments