Skip to content

Commit 5300a9f

Browse files
committed
Pull upstream updates
2 parents baa6098 + 48658b2 commit 5300a9f

6 files changed

Lines changed: 213 additions & 163 deletions

File tree

Source/Plugins/LfpDisplayNode/LfpDisplayNode.cpp

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -225,12 +225,12 @@ void LfpDisplayNode::handleEvent(const EventChannel* eventInfo, const MidiMessag
225225
block2Size, // numSamples
226226
float (ttlState[eventSourceNodeId])); // gain
227227
}
228-
// std::cout << "ttlState: " << ttlState << std::endl;
229-
230-
// std::cout << "Received event from " << eventNodeId <<
231-
// " on channel " << eventChannel <<
232-
// " with value " << eventId <<
233-
// " at timestamp " << event.getTimeStamp() << std::endl;
228+
// std::cout << "ttlState: " << ttlState[eventSourceNodeId] << std::endl;
229+
//
230+
// std::cout << "Received event from " << eventSourceNodeId <<
231+
// " on channel " << eventChannel <<
232+
// " with value " << eventId <<
233+
// " at timestamp " << event.getTimeStamp() << std::endl;
234234
}
235235
}
236236

0 commit comments

Comments
 (0)