We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 138496f commit b6d3d3eCopy full SHA for b6d3d3e
1 file changed
Plugins/LfpDisplayNode/LfpDisplayCanvas.cpp
@@ -972,6 +972,7 @@ void LfpDisplaySplitter::updateSettings()
972
isLoading = false;
973
974
syncDisplay();
975
+ syncDisplayBuffer();
976
977
isUpdating = false;
978
@@ -1146,7 +1147,7 @@ void LfpDisplaySplitter::updateScreenBuffer()
1146
1147
{
1148
//std::cout << "No new samples." << std::endl;
1149
lastScreenBufferIndex.set(channel, screenBufferIndex[channel]);
- return;
1150
+ continue;
1151
}
1152
1153
if (newSamples < 0)
0 commit comments