Fix Route mute automation touch (owned control)
authorRobin Gareus <robin@gareus.org>
Sat, 22 Jul 2017 13:16:54 +0000 (15:16 +0200)
committerRobin Gareus <robin@gareus.org>
Sat, 22 Jul 2017 13:16:54 +0000 (15:16 +0200)
libs/ardour/route.cc

index 5fc1105f6115723915b7e5a43cb23b7796e138df..2c5cda55a1e6a03fbff22f7524c79bdd308aeb97 100644 (file)
@@ -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);
        }