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

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

parents 2f19bfaa 13e3c474
No related branches found
No related tags found
No related merge requests found
......@@ -610,9 +610,9 @@ void RecordNode::writeEventBuffer(MidiMessage& event, int samplePosition) //, in
//std::cout << "Received event!" << std::endl;
const uint8* dataptr = event.getRawData();
uint64_t samplePos = (uint64_t) samplePosition;
uint64 samplePos = (uint64) samplePosition;
uint64_t eventTimestamp = timestamp + samplePos;
uint64 eventTimestamp = timestamp + samplePos;
// write timestamp (for buffer only, not the actual event timestamp!!!!!)
fwrite(&eventTimestamp, // ptr
......
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