summaryrefslogtreecommitdiff
path: root/libs/ardour/session_time.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2013-09-19 17:34:23 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2013-09-19 17:34:23 -0400
commit960a47330a5d3e534e6275f42efc07585a2075e1 (patch)
tree7613700c9c2e942e55613de0470e01d503efb69a /libs/ardour/session_time.cc
parentd2ca0665bf63188b2004338d5238122f3714b89a (diff)
switch from JACK_Slave to Engine_Slave
Diffstat (limited to 'libs/ardour/session_time.cc')
-rw-r--r--libs/ardour/session_time.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/ardour/session_time.cc b/libs/ardour/session_time.cc
index 0f2186c09b..e35910f2df 100644
--- a/libs/ardour/session_time.cc
+++ b/libs/ardour/session_time.cc
@@ -182,7 +182,7 @@ Session::timecode_time (Timecode::Time &t)
int
Session::backend_sync_callback (TransportState state, framepos_t pos)
{
- bool slave = synced_to_jack();
+ bool slave = synced_to_engine();
switch (state) {
case TransportStopped: