re-apply roll-delay after seek - fixes #5781
authorRobin Gareus <robin@gareus.org>
Thu, 1 Oct 2015 21:17:01 +0000 (23:17 +0200)
committerRobin Gareus <robin@gareus.org>
Thu, 1 Oct 2015 21:17:01 +0000 (23:17 +0200)
libs/ardour/route.cc

index 6b7929bf82e7ff01d94c7c95a380d564f900875d..494457e04329931938e43d3a2cb46255473e2685 100644 (file)
@@ -4699,6 +4699,7 @@ Route::non_realtime_locate (framepos_t pos)
                        (*i)->transport_located (pos);
                }
        }
+       _roll_delay = _initial_delay;
 }
 
 void