Skip to content

Commit a5b43f8

Browse files
committed
Show global events in lfp viewer beta
1 parent 5d880f3 commit a5b43f8

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

Plugins/LfpDisplayNodeBeta/LfpDisplayNode.cpp

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -96,14 +96,7 @@ void LfpDisplayNode::updateSettings()
9696

9797
uint32 LfpDisplayNode::getChannelSourceID(const EventChannel* event) const
9898
{
99-
if (event->getTimestampOrigin() == EventChannel::timestampsDerivedFromChannel)
100-
{
10199
return getProcessorFullId(event->getTimestampOriginProcessor(), event->getTimestampOriginSubProcessor());
102-
}
103-
else
104-
{
105-
return getProcessorFullId(event->getSourceNodeID(), event->getSubProcessorIdx());
106-
}
107100
}
108101

109102
bool LfpDisplayNode::resizeBuffer()

0 commit comments

Comments
 (0)