mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-04 04:39:33 +01:00
MCP: rename raw_id() to id(); add missign modifier_state() function
git-svn-id: svn://localhost/ardour2/branches/3.0@11907 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
8cc2f19926
commit
337b420266
10 changed files with 38 additions and 44 deletions
|
|
@ -285,7 +285,7 @@ class MackieControlProtocol
|
|||
|
||||
void add_in_use_timeout (Mackie::Surface& surface, Mackie::Control& in_use_control, Mackie::Control* touch_control);
|
||||
|
||||
int modifier_state();
|
||||
int modifier_state() const { return _modifier_state; }
|
||||
|
||||
protected:
|
||||
// shut down the surface
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue