From 6a542fe5fec00cc53ac0b01e804a3fea434ef8db Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Tue, 12 May 2020 10:03:49 -0600 Subject: [PATCH] Use better method call to determine rolling status when loop is changed --- libs/ardour/session.cc | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/libs/ardour/session.cc b/libs/ardour/session.cc index 5c9e56895d..eaea8a358e 100644 --- a/libs/ardour/session.cc +++ b/libs/ardour/session.cc @@ -1502,9 +1502,7 @@ Session::auto_loop_changed (Location* location) replace_event (SessionEvent::AutoLoop, location->end(), location->start()); - - - if (rolling) { + if (transport_rolling()) { if (get_play_loop ()) {