13
0
livetrax/libs/surfaces/mackie
Paul Davis 6d46299df3 MCP: another patch from rodrigo:
* setting a (arbitraty) limit to zoom out to prevent segfaults because out of memory condition;
    * setting initial update of master fader, and read, play and stop leds on the Mackie;
    * changed the timecode display char selection for update algorithm as chars are sent one by one and not all right most;
    * implemented method of showing timecode at the mackie to better deal with the differences between Ardour's foramts and Mackie's, i.e, use spaces in place of the zeros that had no meaning;
    * preventing timecode display updates when the surface isn't yet active.


git-svn-id: svn://localhost/ardour2/branches/3.0@12541 d708f5d6-7413-0410-9779-e7cbd77b26cf
2012-06-02 14:51:53 +00:00
..
button.cc a variety of mostly unused parameter errors from OS X Lion's compiler 2012-05-02 20:29:46 +00:00
button.h
control_group.h
controls.cc
controls.h
device_info.cc missing method for MCP 2012-05-25 17:56:26 +00:00
device_info.h add support for <HasMeters value=XX/> stanza in MCP device info file 2012-05-24 19:27:29 +00:00
device_profile.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
device_profile.h
fader.cc
fader.h
gui.cc add a (potentially temporary) discover button for mackie devices 2012-05-09 16:44:06 +00:00
gui.h add a (potentially temporary) discover button for mackie devices 2012-05-09 16:44:06 +00:00
interface.cc
jog_wheel.cc
jog_wheel.h
jog.cc
jog.h
led.cc
led.h
mackie_control_exception.h
mackie_control_protocol_poll.cc
mackie_control_protocol.cc MCP: another patch from rodrigo: 2012-06-02 14:51:53 +00:00
mackie_control_protocol.h MCP: Patch from Rodrigo that: 2012-06-01 12:56:20 +00:00
mcp_buttons.cc MCP: Patch from Rodrigo that: 2012-06-01 12:56:20 +00:00
meter.cc MCP: Patch from Rodrigo that: 2012-06-01 12:56:20 +00:00
meter.h MCP: Patch from Rodrigo that: 2012-06-01 12:56:20 +00:00
midi_byte_array.cc fix up some const-ness issues starting from Evoral::Event::set(), and intersect with removing Mackie..MidiByteArray::bytes() method which made a copy of the data every time we wrote it 2012-04-30 15:54:13 +00:00
midi_byte_array.h fix up some const-ness issues starting from Evoral::Event::set(), and intersect with removing Mackie..MidiByteArray::bytes() method which made a copy of the data every time we wrote it 2012-04-30 15:54:13 +00:00
pot.cc 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. 2012-04-26 03:46:18 +00:00
pot.h
strip.cc MCP: Patch from Rodrigo that: 2012-06-01 12:56:20 +00:00
strip.h MCP: Patch from Rodrigo that: 2012-06-01 12:56:20 +00:00
surface_port.cc fix up some const-ness issues starting from Evoral::Event::set(), and intersect with removing Mackie..MidiByteArray::bytes() method which made a copy of the data every time we wrote it 2012-04-30 15:54:13 +00:00
surface_port.h
surface.cc MCP: another patch from rodrigo: 2012-06-02 14:51:53 +00:00
surface.h MCP: Patch from Rodrigo that: 2012-06-01 12:56:20 +00:00
test.cc
timer.h
TODO
types.cc
types.h
wscript