mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-28 07:58:15 +01:00
Replace PBD::Signals (1/2)
This commit is contained in:
parent
5808ab5608
commit
2d7cce44f1
163 changed files with 519 additions and 519 deletions
|
|
@ -62,7 +62,7 @@ class LIBCONTROLCP_API BasicUI {
|
|||
void loop_toggle ();
|
||||
void loop_location (Temporal::timepos_t const & start, Temporal::timepos_t const & end);
|
||||
void access_action ( std::string action_path );
|
||||
static PBD::Signal2<void,std::string,std::string> AccessAction;
|
||||
static PBD::Signal<void(std::string,std::string)> AccessAction;
|
||||
void goto_zero ();
|
||||
void goto_start (bool and_roll = false);
|
||||
void goto_end ();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue