allow to set/change loop-range via OSC

This commit is contained in:
Robin Gareus
2015-04-13 16:20:40 +02:00
parent aef6805114
commit d00ab0221a
4 changed files with 17 additions and 0 deletions

View File

@@ -49,6 +49,7 @@ class LIBCONTROLCP_API BasicUI {
/* transport control */
void loop_toggle ();
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_start ();