13
0
livetrax/libs/surfaces/generic_midi
2012-05-18 17:24:06 +00:00
..
.cvsignore
generic_midi_control_protocol.cc 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
generic_midi_control_protocol.h Add set_motorised(). 2012-03-19 01:34:35 +00:00
gmcp_gui.cc Update motorised button when a motorised surface's bindings are loaded. 2012-03-21 02:19:59 +00:00
i18n.h
interface.cc
midiaction.cc
midiaction.h
midicontrollable.cc Make toggle MIDIControllables with program changes only respond to the appropriate program change (part of #4780). 2012-03-21 02:15:55 +00:00
midicontrollable.h Add motorised attribute to DeviceInfo for generic MIDI maps so that 2012-03-07 01:11:22 +00:00
midifunction.cc MCP: timeout display of value when altering with fader or pot; range ops on strip buttons should work; select logic may be broken 2012-04-13 16:11:55 +00:00
midifunction.h make control protocol's SelectByRID signal work, thus enabling MIDI binding maps to use function="select" with an argument; fix minor bug in previous commit 2011-08-14 17:11:33 +00:00
midiinvokable.cc
midiinvokable.h radically rethink export/bounce/freeze code design. probably not 100% done by freeze+unfreeze now work and behave sensibly w.r.t. processors that do routing 2012-03-15 21:40:17 +00:00
wscript Upgrade to waf 1.6.7 and autowaf r52. 2011-09-29 19:17:54 +00:00