mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-29 09:57:44 +01:00
change API for BasicUI::goto_start() to use optional roll-after arg
This commit is contained in:
parent
38fbf3c302
commit
d7a16786fc
2 changed files with 3 additions and 3 deletions
|
|
@ -121,9 +121,9 @@ BasicUI::loop_location (framepos_t start, framepos_t end)
|
|||
}
|
||||
|
||||
void
|
||||
BasicUI::goto_start ()
|
||||
BasicUI::goto_start (bool and_roll)
|
||||
{
|
||||
session->goto_start ();
|
||||
session->goto_start (and_roll);
|
||||
}
|
||||
|
||||
void
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue