mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-22 06:36:29 +01:00
remove certain ControlProtocol signals related to stripable selection
includes change to Mackie support so that strips listen for PropertyChange on the stripables they represent, no global selection change used anymore.
This commit is contained in:
parent
b130db2c60
commit
3eaa6c0389
8 changed files with 23 additions and 124 deletions
|
|
@ -78,10 +78,9 @@ class LIBCONTROLCP_API ControlProtocol : public PBD::Stateful, public PBD::Scope
|
|||
static PBD::Signal0<void> StepTracksDown;
|
||||
static PBD::Signal0<void> StepTracksUp;
|
||||
|
||||
static PBD::Signal1<void,uint64_t> AddStripableToSelection;
|
||||
static PBD::Signal1<void,uint64_t> AddStripableSelection;
|
||||
static PBD::Signal1<void,uint64_t> SetStripableSelection;
|
||||
static PBD::Signal1<void,uint64_t> ToggleStripableSelection;
|
||||
static PBD::Signal1<void,uint64_t> RemoveStripableFromSelection;
|
||||
static PBD::Signal0<void> ClearStripableSelection;
|
||||
|
||||
/* signals that one UI (e.g. the GUI) can emit to get all other UI's to
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue