13
0
livetrax/libs/surfaces/mackie
2011-12-19 19:44:43 +00:00
..
scripts
bcf_surface_generated.cc
bcf_surface.cc
bcf_surface.h
controls.cc
controls.h
dummy_port.cc
dummy_port.h
gui.cc
interface.cc
mackie_button_handler.cc
mackie_button_handler.h
mackie_control_exception.h
mackie_control_protocol_poll.cc
mackie_control_protocol.cc rename Timecode::BBT_Time::ticks_per_beat to Timecode::BBT_Time::ticks_per_bar_division which is a more accurate and informative name. The number doesn't describe the smallest division of a "beat" (which is only defined contextually anyway), but rather the smallest division of the the divisions of a bar. If using a meter of 4/8, there are 4 divisions per bar, and we can divide each one into ticks_per_bar_division pieces; in a separate meter (section) of 3/8, there are 3 divisions per bar, each of which can be divided into ticks_per_bar_division_pieces. 2011-12-19 19:44:43 +00:00
mackie_control_protocol.h make mackie control header include abstract_ui.h (might help compile/link issue on OS X) 2011-10-20 11:44:46 +00:00
mackie_jog_wheel.cc
mackie_jog_wheel.h
mackie_midi_builder.cc
mackie_midi_builder.h
mackie_port.cc
mackie_port.h
mackie_surface_generated.cc
mackie_surface.cc
mackie_surface.h
midi_byte_array.cc
midi_byte_array.h
README
route_signal.cc
route_signal.h
surface_port.cc
surface_port.h
surface.cc
surface.h
test.cc
timer.h
TODO
types.cc
types.h
wscript Upgrade to waf 1.6.7 and autowaf r52. 2011-09-29 19:17:54 +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