From c755be834057bb59dbd3b58d7da2060b3e50abb2 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Fri, 4 Jan 2008 01:10:33 +0000 Subject: [PATCH] debugging with rdoursenaud git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2821 d708f5d6-7413-0410-9779-e7cbd77b26cf --- libs/ardour/session_transport.cc | 1 + 1 file changed, 1 insertion(+) 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;