You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Source/Processors/RecordNode/BinaryFormat/BinaryRecording.cpp
+3-20Lines changed: 3 additions & 20 deletions
Original file line number
Diff line number
Diff line change
@@ -97,8 +97,6 @@ void BinaryRecording::openFiles (File rootFolder, int experimentNumber, int reco
97
97
98
98
if (streamId != lastStreamId)
99
99
{
100
-
wroteFirstSampleNumber[streamId] = false;
101
-
102
100
firstChannels.add (channelInfo);
103
101
streamIndex++;
104
102
@@ -112,9 +110,12 @@ void BinaryRecording::openFiles (File rootFolder, int experimentNumber, int reco
112
110
singleStreamJSON.clear();
113
111
}
114
112
113
+
LOGD ("Recording channel: ", channelInfo->getName(), " from stream ", streamId, " with global index ", globalIndex, " and local index ", indexWithinStream);
0 commit comments