add goto_zero() function for BasicUI
This commit is contained in:
@@ -52,6 +52,7 @@ class LIBCONTROLCP_API BasicUI {
|
||||
void loop_location (framepos_t start, framepos_t end);
|
||||
void access_action ( std::string action_path );
|
||||
static PBD::Signal2<void,std::string,std::string> AccessAction;
|
||||
void goto_zero ();
|
||||
void goto_start ();
|
||||
void goto_end ();
|
||||
void rewind ();
|
||||
|
||||
Reference in New Issue
Block a user