Skip to content

Commit d97e5a6

Browse files
committed
Remove filter at the end of acquisition
1 parent 0b8e7d7 commit d97e5a6

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

Plugins/LfpDisplayNode/LfpDisplayNode.cpp

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,11 @@ bool LfpDisplayNode::stopAcquisition()
180180
LfpDisplayEditor* editor = (LfpDisplayEditor*) getEditor();
181181
editor->disable();
182182

183+
for(auto split : splitDisplays) {
184+
Array<int> emptyArray = Array<int>();
185+
split -> setFilteredChannels(emptyArray);
186+
}
187+
183188
for (auto buffer : displayBuffers)
184189
buffer->ttlState = 0;
185190

0 commit comments

Comments
 (0)