Don't add standard processors twice to routes from 2.X sessions. Fixes #3434.
[ardour.git] / libs / ardour / session_transport.cc
index bc4ef8decc3282739c0af9bfa4154a1339c75f46..946d3ea890af83b57ec2ed94657819321e7dc53b 100644 (file)
@@ -1281,6 +1281,10 @@ Session::switch_to_sync_source (SyncSource src)
                        return;
                }
 
+                if (config.get_video_pullup() != 0.0f) {
+                        return;
+                }
+
                new_slave = new JACK_Slave (_engine.jack());
                break;