Skip to content
Snippets Groups Projects
Commit defea1de authored by jsiegle's avatar jsiegle
Browse files

Merge branch 'master' of https://github.com/open-ephys/GUI

parents 802a129f 695124ce
No related branches found
No related tags found
No related merge requests found
......@@ -691,6 +691,9 @@ void RecordNode::writeEventBuffer(MidiMessage& event, int samplePosition) //, in
{
// find file and write samples to disk
// std::cout << "Received event!" << std::endl;
if (eventChannel->file == NULL)
return;
const uint8* dataptr = event.getRawData();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment