mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-22 14:46:34 +01:00
use session stripable selection API
and remove old ControlProtocol signals to talk to GUI etc.
This commit is contained in:
parent
57ee61772b
commit
291aec468f
8 changed files with 95 additions and 36 deletions
|
|
@ -78,11 +78,6 @@ 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> AddStripableSelection;
|
||||
static PBD::Signal1<void,uint64_t> SetStripableSelection;
|
||||
static PBD::Signal1<void,uint64_t> ToggleStripableSelection;
|
||||
static PBD::Signal0<void> ClearStripableSelection;
|
||||
|
||||
/* signals that one UI (e.g. the GUI) can emit to get all other UI's to
|
||||
respond. Typically this will always be GUI->"others" - the GUI pays
|
||||
no attention to these signals.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue