mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-21 22:26:29 +01:00
allow ControlProtocols to call for undo/redo in GUI; make MCP use this
git-svn-id: svn://localhost/ardour2/branches/3.0@11851 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
5d0858940b
commit
e2d62d9af4
5 changed files with 36 additions and 4 deletions
|
|
@ -60,6 +60,8 @@ class ControlProtocol : virtual public sigc::trackable, public PBD::Stateful, pu
|
|||
static PBD::Signal0<void> ZoomIn;
|
||||
static PBD::Signal0<void> ZoomOut;
|
||||
static PBD::Signal0<void> Enter;
|
||||
static PBD::Signal0<void> Undo;
|
||||
static PBD::Signal0<void> Redo;
|
||||
static PBD::Signal1<void,float> ScrollTimeline;
|
||||
static PBD::Signal1<void,uint32_t> SelectByRID;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue