summaryrefslogtreecommitdiff
path: root/libs/ardour/session_transport.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2008-01-04 01:10:33 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2008-01-04 01:10:33 +0000
commitc755be834057bb59dbd3b58d7da2060b3e50abb2 (patch)
tree67fce900be366eb0551398337e2b34a0211a346e /libs/ardour/session_transport.cc
parent4dedfa9eb438f888b2dcab07d1f63a2b84da233f (diff)
debugging with rdoursenaud
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2821 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/ardour/session_transport.cc')
-rw-r--r--libs/ardour/session_transport.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/ardour/session_transport.cc b/libs/ardour/session_transport.cc
index 6ae411b938..c8879aec31 100644
--- a/libs/ardour/session_transport.cc
+++ b/libs/ardour/session_transport.cc
@@ -812,6 +812,7 @@ Session::set_transport_speed (float speed, bool abort)
}
if ((synced_to_jack()) && speed != 0.0 && speed != 1.0) {
+ cerr << "synced to jack and speed == " << speed << endl;
warning << _("Global varispeed cannot be supported while Ardour is connected to JACK transport control")
<< endmsg;
return;