We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d880f3 commit a5b43f8Copy full SHA for a5b43f8
1 file changed
Plugins/LfpDisplayNodeBeta/LfpDisplayNode.cpp
@@ -96,14 +96,7 @@ void LfpDisplayNode::updateSettings()
96
97
uint32 LfpDisplayNode::getChannelSourceID(const EventChannel* event) const
98
{
99
- if (event->getTimestampOrigin() == EventChannel::timestampsDerivedFromChannel)
100
- {
101
return getProcessorFullId(event->getTimestampOriginProcessor(), event->getTimestampOriginSubProcessor());
102
- }
103
- else
104
105
- return getProcessorFullId(event->getSourceNodeID(), event->getSubProcessorIdx());
106
107
}
108
109
bool LfpDisplayNode::resizeBuffer()
0 commit comments