Revert starting write pass only in write mode when transport located.
[ardour.git] / libs / ardour / automatable.cc
index 69e8c70741f47ad9f5090ea5f5e38a0e7f655b6d..27ac7d84016b515851f07697c9c05271289d85f5 100644 (file)
@@ -365,7 +365,7 @@ Automatable::transport_located (framepos_t now)
                         boost::shared_ptr<AutomationList> l
                                = boost::dynamic_pointer_cast<AutomationList>(c->list());
 
-                       if (l && l->automation_state () == Write) {
+                       if (l) {
                                l->start_write_pass (now);
                        }
                }