From 27cff1dc01c11c6ffb8b602fb50ffafddb19fbf0 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Fri, 2 May 2014 18:43:37 -0400 Subject: tell the SceneChanger to emit any relevant scene changes after a locate --- libs/ardour/session_transport.cc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'libs/ardour/session_transport.cc') diff --git a/libs/ardour/session_transport.cc b/libs/ardour/session_transport.cc index ea9f5d28dd..05233c030a 100644 --- a/libs/ardour/session_transport.cc +++ b/libs/ardour/session_transport.cc @@ -42,6 +42,7 @@ #include "ardour/debug.h" #include "ardour/location.h" #include "ardour/profile.h" +#include "ardour/scene_changer.h" #include "ardour/session.h" #include "ardour/slave.h" #include "ardour/operations.h" @@ -456,6 +457,8 @@ Session::non_realtime_locate () (*i)->non_realtime_locate (_transport_frame); } + _scene_changer->locate (_transport_frame); + /* XXX: it would be nice to generate the new clicks here (in the non-RT thread) rather than clearing them so that the RT thread has to spend time constructing them (in Session::click). -- cgit v1.2.3