EXPERIMENTAL: allow GUI button clicks on transport controls to drive transport speed change initiation even when slaved
git-svn-id: svn://localhost/ardour2/branches/3.0@8275 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
e3c67bceb8
commit
3c48aabbbe
@ -1587,7 +1587,8 @@ ARDOUR_UI::transport_roll ()
|
||||
if (_session->is_auditioning()) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
#if 0
|
||||
if (_session->config.get_external_sync()) {
|
||||
switch (_session->config.get_sync_source()) {
|
||||
case JACK:
|
||||
@ -1597,6 +1598,7 @@ ARDOUR_UI::transport_roll ()
|
||||
return;
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
||||
bool rolling = _session->transport_rolling();
|
||||
|
||||
@ -1634,6 +1636,7 @@ ARDOUR_UI::toggle_roll (bool with_abort, bool roll_out_of_bounded_mode)
|
||||
return;
|
||||
}
|
||||
|
||||
#if 0
|
||||
if (_session->config.get_external_sync()) {
|
||||
switch (_session->config.get_sync_source()) {
|
||||
case JACK:
|
||||
@ -1643,6 +1646,7 @@ ARDOUR_UI::toggle_roll (bool with_abort, bool roll_out_of_bounded_mode)
|
||||
return;
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
||||
bool rolling = _session->transport_rolling();
|
||||
bool affect_transport = true;
|
||||
|
Loading…
Reference in New Issue
Block a user