From fba2c2467da8965e49c3c468431e8c00c8b60771 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Sat, 22 Jul 2017 15:16:54 +0200 Subject: Fix Route mute automation touch (owned control) --- libs/ardour/route.cc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libs/ardour/route.cc') diff --git a/libs/ardour/route.cc b/libs/ardour/route.cc index 5fc1105f61..2c5cda55a1 100644 --- a/libs/ardour/route.cc +++ b/libs/ardour/route.cc @@ -4771,6 +4771,8 @@ Route::the_instrument_unlocked () const void Route::non_realtime_locate (framepos_t pos) { + Automatable::non_realtime_locate (pos); + if (_pannable) { _pannable->non_realtime_locate (pos); } -- cgit v1.2.3