13
0
livetrax/libs/surfaces/mackie
2010-10-19 15:43:05 +00:00
..
scripts Fix angle bracket project-local include paths. 2009-10-30 00:21:40 +00:00
bcf_surface_generated.cc change the use of "SMPTE" to "Timecode" to reflect the global economy and the end of american dominance on the world audio production stage 2009-10-26 14:38:58 +00:00
bcf_surface.cc "merge" (i.e. wholesale import) 2.0-ongoing Mackie code and then fix to compile in 3.0 context 2008-12-12 22:55:03 +00:00
bcf_surface.h "merge" (i.e. wholesale import) 2.0-ongoing Mackie code and then fix to compile in 3.0 context 2008-12-12 22:55:03 +00:00
controls.cc "merge" (i.e. wholesale import) 2.0-ongoing Mackie code and then fix to compile in 3.0 context 2008-12-12 22:55:03 +00:00
controls.h substantial overhaul of MCU code - no more separate thread, just connect to signals on ports already listened to by the MidiUI thread in libardour (feedback is missing - needs a timeout connection); also reformat some big chunks of code to fit ardour coding style 2009-12-20 16:49:55 +00:00
dummy_port.cc "merge" (i.e. wholesale import) 2.0-ongoing Mackie code and then fix to compile in 3.0 context 2008-12-12 22:55:03 +00:00
dummy_port.h "merge" (i.e. wholesale import) 2.0-ongoing Mackie code and then fix to compile in 3.0 context 2008-12-12 22:55:03 +00:00
interface.cc Setup fixed ports for MIDI control data; hence remove configuration of those ports. Move MIDI tracer to the Windows menu. Trim some unused code from the midi++ Manager. 2010-07-07 00:40:58 +00:00
mackie_button_handler.cc change the use of "SMPTE" to "Timecode" to reflect the global economy and the end of american dominance on the world audio production stage 2009-10-26 14:38:58 +00:00
mackie_button_handler.h change the use of "SMPTE" to "Timecode" to reflect the global economy and the end of american dominance on the world audio production stage 2009-10-26 14:38:58 +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 Fix up Mackie control surface to cope with changes to midi++ midi ports from a while back. 2010-07-27 03:09:58 +00:00
mackie_control_protocol.cc megaopus commit: (1) add __STD_(LIMIT|FORMAT)_MACROS to command line flags for cc and c++ builds, remove them from source (2) add new Property::midi_data used by MidiRegion to signal that its (MIDI) contents have changed (3) massive switch from nframes_t to framepos_t/framecnt_t including removal of ARDOUR::max_frames (replaced by ARDOUR::max_frame{pos,cnt} (lots more to do but this set was driven by changes to the Diskstream API to use framepos_t 2010-09-17 16:24:22 +00:00
mackie_control_protocol.h Put Mackie surface ports into the Ardour tab of the port matrix. 2010-07-30 02:09:39 +00:00
mackie_jog_wheel.cc Fix incorrect angle brackets for includes. 2010-10-05 00:25:57 +00:00
mackie_jog_wheel.h "merge" (i.e. wholesale import) 2.0-ongoing Mackie code and then fix to compile in 3.0 context 2008-12-12 22:55:03 +00:00
mackie_midi_builder.cc Fix startup of the mackie surface code. 2010-07-29 19:24:25 +00:00
mackie_midi_builder.h "merge" (i.e. wholesale import) 2.0-ongoing Mackie code and then fix to compile in 3.0 context 2008-12-12 22:55:03 +00:00
mackie_port.cc (3.0 version) some Mackie-emulation systems (e.g. euphonix) send zero for the tick count when the jog wheel is moved, so accomodate this by pretending that they reported 1 tick 2010-10-19 15:43:05 +00:00
mackie_port.h Trim midi++ port code to either do in or out, but not both in the same object. 2010-07-08 01:00:46 +00:00
mackie_surface_generated.cc change the use of "SMPTE" to "Timecode" to reflect the global economy and the end of american dominance on the world audio production stage 2009-10-26 14:38:58 +00:00
mackie_surface.cc "merge" (i.e. wholesale import) 2.0-ongoing Mackie code and then fix to compile in 3.0 context 2008-12-12 22:55:03 +00:00
mackie_surface.h "merge" (i.e. wholesale import) 2.0-ongoing Mackie code and then fix to compile in 3.0 context 2008-12-12 22:55:03 +00:00
midi_byte_array.cc "merge" (i.e. wholesale import) 2.0-ongoing Mackie code and then fix to compile in 3.0 context 2008-12-12 22:55:03 +00:00
midi_byte_array.h "merge" (i.e. wholesale import) 2.0-ongoing Mackie code and then fix to compile in 3.0 context 2008-12-12 22:55:03 +00:00
README Fix ardour2 -> ardour3 issues. 2009-02-18 18:32:13 +00:00
route_signal.cc handle deletion of UI objects between the time that a callback is queued with the UI event loop and the execution of the callback (intrusive, big) 2010-03-30 15:18:43 +00:00
route_signal.h use new syntax for connecting to backend signals that enforces explicit connection scope, plus a few other related matters 2009-12-19 20:26:31 +00:00
surface_port.cc Fix startup of the mackie surface code. 2010-07-29 19:24:25 +00:00
surface_port.h Trim midi++ port code to either do in or out, but not both in the same object. 2010-07-08 01:00:46 +00:00
surface.cc Fix startup of the mackie surface code. 2010-07-29 19:24:25 +00:00
surface.h Fix some more warnings. 2009-07-28 11:49:14 +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 "merge" (i.e. wholesale import) 2.0-ongoing Mackie code and then fix to compile in 3.0 context 2008-12-12 22:55:03 +00:00
TODO "merge" (i.e. wholesale import) 2.0-ongoing Mackie code and then fix to compile in 3.0 context 2008-12-12 22:55:03 +00:00
types.cc "merge" (i.e. wholesale import) 2.0-ongoing Mackie code and then fix to compile in 3.0 context 2008-12-12 22:55:03 +00:00
types.h "merge" (i.e. wholesale import) 2.0-ongoing Mackie code and then fix to compile in 3.0 context 2008-12-12 22:55:03 +00:00
wscript Fix various MIDI control and installation issues: 2009-10-20 23:43:19 +00:00

For usage, see

http://www.ardour.org/files/manual/sn-mackie.html

unfortunately it's a bit outdated, so to get the latest manual, go to the manual
directory in the ardour source tree, and say "make html" to build the latest.
Then point your favourite browser at tmp/index.html

NOTES:

* support for alsa/sequencer ports is currently broken. We're working on it.

* you'll need to make port changes in etc/ardour3/ardour_system.rc and
etc/ardour3/ardour.rc, otherwise they don't stay changed in ~/.ardour3/ardour.rc


John Anderson
panic@semiosix.com