debugging with rdoursenaud

git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2821 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2008-01-04 01:10:33 +00:00
parent 4dedfa9eb4
commit c755be8340

View file

@ -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;