mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-03 20:29:35 +01:00
fix reset of transport speed when seamless looping; add a few comments and tidy-ups to related transport code
git-svn-id: svn://localhost/ardour2/branches/3.0@12818 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
d70429a066
commit
8c10320497
5 changed files with 64 additions and 34 deletions
|
|
@ -648,6 +648,9 @@ ShuttleControl::parameter_changed (std::string p)
|
|||
if (_session->transport_speed() == 1.0) {
|
||||
queue_draw ();
|
||||
} else {
|
||||
/* reset current speed and
|
||||
revert to 1.0 as the default
|
||||
*/
|
||||
_session->request_transport_speed (1.0);
|
||||
/* redraw when speed changes */
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue