summaryrefslogtreecommitdiff
path: root/libs/ardour/session.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2019-12-10 09:28:41 -0700
committerPaul Davis <paul@linuxaudiosystems.com>2019-12-10 09:29:22 -0700
commitc3e3930f149667666a2e5b851d02a4bed1cfb9d9 (patch)
tree3833506a9e1a9ffe7cd052b34bf95c2897d38c15 /libs/ardour/session.cc
parent7457fd2e27b4b10e3d5cd8fa0d5d1d45abbeae48 (diff)
revert to single buffer for disk playback, and 5.x-style overwrite
Also address issues with MIDI and also atomicity of _pending_overwrite
Diffstat (limited to 'libs/ardour/session.cc')
-rw-r--r--libs/ardour/session.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/ardour/session.cc b/libs/ardour/session.cc
index ad5079ee85..5e33891aa8 100644
--- a/libs/ardour/session.cc
+++ b/libs/ardour/session.cc
@@ -1448,7 +1448,7 @@ Session::auto_loop_changed (Location* location)
// schedule a buffer overwrite to refill buffers with the new loop.
- request_overwrite_buffer (boost::shared_ptr<Track>());
+ request_overwrite_buffer (boost::shared_ptr<Track>(), LoopChanged);
}
}