..
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
MCP: various work on the button binding GUI
2012-04-17 20:41:31 +00:00
control_group.h
start breaking apart the various controls into their own headers and source code, and making each control know how to generate MIDI; throttle delivery of meter data and get meter ID right
2012-04-09 13:59:35 +00:00
controls.cc
MCP: a fistful of improvements. probably best to just try it and see what it broken. KNOWN: pressing vpots without a bank/channel shift will crash ardour
2012-04-22 02:15:24 +00:00
controls.h
MCP: a fistful of changes
2012-04-16 19:05:27 +00:00
device_info.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_info.h
provide some support for mackie devices like Steinberg's CMCs that do not do the normal Mackie spec handshaking
2012-05-11 16:04:09 +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
MCP:maybe functioning button binding stuff, plus save-to-disk-on-change (still needs naming interaction for new profile)
2012-04-18 03:24:59 +00:00
fader.cc
MCP: the return of the master fader
2012-04-14 20:38:42 +00:00
fader.h
MCP: the return of the master fader
2012-04-14 20:38:42 +00:00
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
MCP: dynamic ipMIDI ports, more default key bindings, various minor fixes
2012-04-25 21:21:36 +00:00
jog_wheel.cc
MCP: another bevy of changes, including working jog wheel
2012-04-22 17:37:52 +00:00
jog_wheel.h
MCP: another bevy of changes, including working jog wheel
2012-04-22 17:37:52 +00:00
jog.cc
MCP: redesign to allow device-specific button IDs, since we know that at least one device (nucleus) does not honor mackie's specification document
2012-04-14 19:02:54 +00:00
jog.h
MCP: redesign to allow device-specific button IDs, since we know that at least one device (nucleus) does not honor mackie's specification document
2012-04-14 19:02:54 +00:00
led.cc
MCP: redesign to allow device-specific button IDs, since we know that at least one device (nucleus) does not honor mackie's specification document
2012-04-14 19:02:54 +00:00
led.h
MCP: redesign to allow device-specific button IDs, since we know that at least one device (nucleus) does not honor mackie's specification document
2012-04-14 19:02:54 +00:00
mackie_control_exception.h
rollback to 3428, before the mysterious removal of libs/* at 3431/3432
2008-06-02 21:41:35 +00:00
mackie_control_protocol_poll.cc
drastic, fundamental redesign of MCP code
2012-04-10 14:27:44 +00:00
mackie_control_protocol.cc
fully tear down Mackie GUI when disabling mackie
2012-05-12 14:12:51 +00:00
mackie_control_protocol.h
add a (potentially temporary) discover button for mackie devices
2012-05-09 16:44:06 +00:00
mcp_buttons.cc
MCP: failure to rebank for cases where num_routes < num_strips but we're not on bank 0
2012-04-27 20:35:45 +00:00
meter.cc
MCP: rename raw_id() to id(); add missign modifier_state() function
2012-04-11 16:31:23 +00:00
meter.h
move all code to construct MIDI messages into relevant Control/Strip/Surface object; remove MackieMidiBuilder
2012-04-11 13:03:41 +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
MCP: a fistful of improvements. probably best to just try it and see what it broken. KNOWN: pressing vpots without a bank/channel shift will crash ardour
2012-04-22 02:15:24 +00:00
strip.cc
a variety of mostly unused parameter errors from OS X Lion's compiler
2012-05-02 20:29:46 +00:00
strip.h
control surfaces: make it possible to keep display of current GUI/selection state as we bank through tracks/bussses. note careful use of weak_ptr<Route> to avoid messing with Route lifetimes. this scheme may change
2012-04-28 01:43:38 +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
add support for IP MIDI (multicast MIDI over IP UDP sockets) to ardour and use it if requested inside MCP code. required renaming the pre-existing MIDI::Port as MIDI:JackMIDIPort - MIDI::Port becomes the base type for both JackMIDIPort and IPMIDIPort
2012-04-24 02:28:51 +00:00
surface.cc
provide some support for mackie devices like Steinberg's CMCs that do not do the normal Mackie spec handshaking
2012-05-11 16:04:09 +00:00
surface.h
provide some support for mackie devices like Steinberg's CMCs that do not do the normal Mackie spec handshaking
2012-05-11 16:04:09 +00:00
test.cc
rollback to 3428, before the mysterious removal of libs/* at 3431/3432
2008-06-02 21:41:35 +00:00
timer.h
MCP: connect to correct signal for buttons; more code tidy; extra debugging if we can't find a control
2012-04-08 20:52:45 +00:00
TODO
types.cc
types.h
move all code to construct MIDI messages into relevant Control/Strip/Surface object; remove MackieMidiBuilder
2012-04-11 13:03:41 +00:00
wscript
MCP: another bevy of changes, including working jog wheel
2012-04-22 17:37:52 +00:00