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:
parent
5ec9e0fa5e
commit
fd198c373c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user