mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-30 18:37:40 +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
|
|
@ -59,7 +59,7 @@ class LIBCONTROLCP_API BasicUI {
|
|||
void access_action ( std::string action_path );
|
||||
static PBD::Signal2<void,std::string,std::string> AccessAction;
|
||||
void goto_zero ();
|
||||
void goto_start ();
|
||||
void goto_start (bool and_roll = false);
|
||||
void goto_end ();
|
||||
void rewind ();
|
||||
void ffwd ();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue