From 71427323ec851ee6271dcc93f26dfc3bc0a51b1f Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Sat, 9 Jun 2012 19:06:52 +0000 Subject: MCP: latest patch from Rodrigo: * fixes Master Fader Touch button in the Mackie; * implements a MasterFaderTouch global button; * removes unused MackieControlProtocol::_transport_previously_rolling property; * implements DeviceInfo::get_global_button() method; * creates GlobalButtonsInfo and StripButtonsInfo types in DeviceInfo; * implements Surface::_last_master_gain_written property to help master fader feedback; * makes Surface respect _mcp.device_info().strip_cnt() to create master fader and when connecting signals for strips and master fader instead of using hardcoded 8; * removed a few unnecessary updates in Surface::turn_it_on(); * included master_gain_changed() in Surface::periodic(); * implemented MackieControlProtocol::master_fader_touch_press and * MackieControlProtocol::master_fader_touch_release; git-svn-id: svn://localhost/ardour2/branches/3.0@12631 d708f5d6-7413-0410-9779-e7cbd77b26cf --- libs/surfaces/mackie/button.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'libs/surfaces/mackie/button.h') diff --git a/libs/surfaces/mackie/button.h b/libs/surfaces/mackie/button.h index b90f4b21a3..c5d227d7c8 100644 --- a/libs/surfaces/mackie/button.h +++ b/libs/surfaces/mackie/button.h @@ -136,6 +136,10 @@ public: Select, VSelect, FaderTouch, + + /* Master fader */ + + MasterFaderTouch, }; -- cgit v1.2.3