Use better method call to determine rolling status when loop is changed
This commit is contained in:
parent
2debf52ef1
commit
6a542fe5fe
@ -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 ()) {
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user