mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-11 17:16:38 +01:00
immediate events time reference for zero is the start of the run() cycle, not absolute sample time
This commit is contained in:
parent
2fde6a5777
commit
90983d21d3
1 changed files with 1 additions and 1 deletions
|
|
@ -254,7 +254,7 @@ DiskReader::run (BufferSet& bufs, samplepos_t start_sample, samplepos_t end_samp
|
||||||
if (run_must_resolve) {
|
if (run_must_resolve) {
|
||||||
boost::shared_ptr<MidiTrack> mt = boost::dynamic_pointer_cast<MidiTrack> (_track);
|
boost::shared_ptr<MidiTrack> mt = boost::dynamic_pointer_cast<MidiTrack> (_track);
|
||||||
if (mt) {
|
if (mt) {
|
||||||
resolve_tracker (mt->immediate_events(), start_sample);
|
resolve_tracker (mt->immediate_events(), 0);
|
||||||
}
|
}
|
||||||
run_must_resolve = false;
|
run_must_resolve = false;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue