summaryrefslogtreecommitdiff
path: root/libs/ardour/session_transport.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2008-10-08 15:16:19 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2008-10-08 15:16:19 +0000
commit445d254d2f2bfd4e9155c81553181926cf3a9a77 (patch)
tree46147ae3c7e5f93f9d74ee2c210b11ed5fc45842 /libs/ardour/session_transport.cc
parent5f3c82e8ba011c47e348bc9fff64aa758f751314 (diff)
fix for bad sync with other JACK transport-aware clients (thanks to torben for discovering the problem and suggesting the best fix)
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3886 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/ardour/session_transport.cc')
-rw-r--r--libs/ardour/session_transport.cc12
1 files changed, 0 insertions, 12 deletions
diff --git a/libs/ardour/session_transport.cc b/libs/ardour/session_transport.cc
index 552a21d849..1baf6cae29 100644
--- a/libs/ardour/session_transport.cc
+++ b/libs/ardour/session_transport.cc
@@ -948,18 +948,6 @@ Session::start_transport ()
break;
}
- if (!synced_to_jack() || _exporting) {
- actually_start_transport ();
- } else {
- waiting_to_start = true;
- }
-}
-
-void
-Session::actually_start_transport ()
-{
- waiting_to_start = false;
-
transport_sub_state |= PendingDeclickIn;
_transport_speed = 1.0;