13
0
livetrax/libs/surfaces
Paul Davis 71427323ec 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
2012-06-09 19:06:52 +00:00
..
control_protocol Compile cleanly with clang. 2012-05-24 02:54:10 +00:00
frontier Upgrade to waf 1.6.7 and autowaf r52. 2011-09-29 19:17:54 +00:00
generic_midi major rationalization of use of search paths. ardour now has just 4 functions used to define how external resources are located: ardour_config_search_path() (for system or user specific configuration data), ardour_data_search_path() (for machine, user and system independent data), ardour_dll_directory() (base directory where shared libraries are found) and user_config_directory(). These are now used throughout the code. the config, data and dll paths/directories can be overridden by environment variables. the user config dir is added as the first element of the first two search paths, and use selectively when searching for a few other things. 2012-05-18 17:24:06 +00:00
mackie MCP: latest patch from Rodrigo: 2012-06-09 19:06:52 +00:00
osc major rationalization of use of search paths. ardour now has just 4 functions used to define how external resources are located: ardour_config_search_path() (for system or user specific configuration data), ardour_data_search_path() (for machine, user and system independent data), ardour_dll_directory() (base directory where shared libraries are found) and user_config_directory(). These are now used throughout the code. the config, data and dll paths/directories can be overridden by environment variables. the user config dir is added as the first element of the first two search paths, and use selectively when searching for a few other things. 2012-05-18 17:24:06 +00:00
powermate ControlProtocol doesn't actually need any record of an event loop and doesn't need to connect to any signals itself 2012-04-23 10:54:34 +00:00
tranzport Upgrade to waf 1.6.7 and autowaf r52. 2011-09-29 19:17:54 +00:00
wiimote Upgrade to waf 1.6.7 and autowaf r52. 2011-09-29 19:17:54 +00:00
wscript remove Tranzport configure option, since the code will not work 2012-05-21 09:30:00 +00:00