13
0

when resolving notes for a locate, use zero as the timestamp, not the current Port::port_offset()

All _immediate_events data gets written to the output buffer at the end of the current (split) cycle anyway, so the
timestamp is irrelevant (as long as it is zero, and will therefore be read by ::snapshot_out_of_band_data()
This commit is contained in:
Paul Davis 2019-11-03 10:55:47 -07:00
parent 5ec9e0fa5e
commit fd198c373c

View File

@ -363,7 +363,7 @@ MidiTrack::realtime_locate ()
(*i)->realtime_locate ();
}
_disk_reader->resolve_tracker (_immediate_events, Port::port_offset());
_disk_reader->resolve_tracker (_immediate_events, 0);
}
void