mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-22 06:36:29 +01:00
debugging with rdoursenaud
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2821 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
4dedfa9eb4
commit
c755be8340
1 changed files with 1 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue