summaryrefslogtreecommitdiff
path: root/libs
diff options
context:
space:
mode:
authorHans Baier <hansfbaier@googlemail.com>2008-10-29 08:19:38 +0000
committerHans Baier <hansfbaier@googlemail.com>2008-10-29 08:19:38 +0000
commit08470b7ed70c1f1c83f2378323aeb5cef5b88e46 (patch)
treee17e65b232679e4421909bc75c1944fd8fbfc2b2 /libs
parent0c72237f1312648843fdb0cbf8f093edb94026b7 (diff)
* disabled one line of debugging output
git-svn-id: svn://localhost/ardour2/branches/3.0@4028 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs')
-rw-r--r--libs/ardour/session_process.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/ardour/session_process.cc b/libs/ardour/session_process.cc
index a574b8ce7d..a239ad326a 100644
--- a/libs/ardour/session_process.cc
+++ b/libs/ardour/session_process.cc
@@ -667,7 +667,7 @@ Session::follow_slave (nframes_t nframes, nframes_t offset)
float adjusted_speed = slave_speed +
(delta / (adjust_seconds * _current_frame_rate));
-#if 1
+#if 0
cerr << "adjust using " << delta
<< " towards " << adjusted_speed
<< " ratio = " << adjusted_speed / slave_speed