mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-01 19:37:45 +01:00
use new Session transport API calls in GUI
This commit is contained in:
parent
0bccc4bffd
commit
52b7e68102
9 changed files with 21 additions and 23 deletions
|
|
@ -5467,7 +5467,7 @@ ScrubDrag::finished (GdkEvent* /*event*/, bool movement_occurred)
|
|||
{
|
||||
if (movement_occurred && _editor->session()) {
|
||||
/* make sure we stop */
|
||||
_editor->session()->request_transport_speed (0.0);
|
||||
_editor->session()->request_stop ();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue