mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-21 22:26:29 +01:00
MCP: lots of good stuff - recenable bug fixed, cursor keys for vertical scroll work, loop button lights/unlightspan pots don't adjust if there is no panner, etc.
git-svn-id: svn://localhost/ardour2/branches/3.0@12093 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
2bae75fa0b
commit
ec97b8e58d
10 changed files with 85 additions and 63 deletions
|
|
@ -73,6 +73,8 @@ class ControlProtocol : public PBD::Stateful, public PBD::ScopedConnectionList,
|
|||
static PBD::Signal0<void> VerticalZoomOutAll;
|
||||
static PBD::Signal0<void> VerticalZoomInSelected;
|
||||
static PBD::Signal0<void> VerticalZoomOutSelected;
|
||||
static PBD::Signal0<void> StepTracksDown;
|
||||
static PBD::Signal0<void> StepTracksUp;
|
||||
|
||||
static PBD::Signal1<void,uint32_t> AddRouteToSelection;
|
||||
static PBD::Signal1<void,uint32_t> SetRouteSelection;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue