ardour/libs/surfaces/mackie
John Anderson aee603ea9d pass a Strip & to strip_display instead of integer. Implement and use strip_display_blank.
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2186 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-07-30 11:18:00 +00:00
..
scripts improve generation of surfaces from csv files. Move generated code into separate files from written code. Various comments and tweaks. 2007-07-22 20:50:10 +00:00
bcf_surface.cc improve generation of surfaces from csv files. Move generated code into separate files from written code. Various comments and tweaks. 2007-07-22 20:50:10 +00:00
bcf_surface.h improve generation of surfaces from csv files. Move generated code into separate files from written code. Various comments and tweaks. 2007-07-22 20:50:10 +00:00
bcf_surface_generated.cc improve generation of surfaces from csv files. Move generated code into separate files from written code. Various comments and tweaks. 2007-07-22 20:50:10 +00:00
controls.cc allow surface to work with linked panners on stereo input tracks/busses 2007-07-17 10:17:59 +00:00
controls.h optimisations on control paths that are used for every midi event 2007-07-21 08:53:44 +00:00
interface.cc And some comments to explain supports_feedback : false. 2007-07-18 17:00:39 +00:00
mackie_button_handler.cc Stop trying to talk to device on startup. Remap some bcf buttons. 2007-03-09 20:46:46 +00:00
mackie_button_handler.h Stop trying to talk to device on startup. Remap some bcf buttons. 2007-03-09 20:46:46 +00:00
mackie_control_exception.h merge r1449 from surfaces branch to include mackie surface and tranzport updates. Thanks to Gerd Flaig for the merge command: svn merge svn+ssh://ardoursvn@ardour.org/ardour2/trunk@1449 svn+ssh://ardoursvn@ardour.org/ardour2/branches/surfaces. 2007-02-14 19:56:16 +00:00
mackie_control_protocol.cc pass a Strip & to strip_display instead of integer. Implement and use strip_display_blank. 2007-07-30 11:18:00 +00:00
mackie_control_protocol.h Jog Wheel Fun: 2007-07-19 22:07:10 +00:00
mackie_control_protocol_poll.cc Jog Wheel Fun: 2007-07-19 22:07:10 +00:00
mackie_jog_wheel.cc more notes and comments and tings 2007-07-22 20:58:24 +00:00
mackie_jog_wheel.h Jog Wheel Fun: 2007-07-19 22:07:10 +00:00
mackie_midi_builder.cc pass a Strip & to strip_display instead of integer. Implement and use strip_display_blank. 2007-07-30 11:18:00 +00:00
mackie_midi_builder.h pass a Strip & to strip_display instead of integer. Implement and use strip_display_blank. 2007-07-30 11:18:00 +00:00
mackie_port.cc improve generation of surfaces from csv files. Move generated code into separate files from written code. Various comments and tweaks. 2007-07-22 20:50:10 +00:00
mackie_port.h optimisations on control paths that are used for every midi event 2007-07-21 08:53:44 +00:00
mackie_surface.cc improve generation of surfaces from csv files. Move generated code into separate files from written code. Various comments and tweaks. 2007-07-22 20:50:10 +00:00
mackie_surface.h improve generation of surfaces from csv files. Move generated code into separate files from written code. Various comments and tweaks. 2007-07-22 20:50:10 +00:00
mackie_surface_generated.cc improve generation of surfaces from csv files. Move generated code into separate files from written code. Various comments and tweaks. 2007-07-22 20:50:10 +00:00
midi_byte_array.cc Beginnings of writing to the LCD strip display. Some other tweaks and output thing, mostly related to alsa/sequencer weirdness. 2007-07-18 19:09:33 +00:00
midi_byte_array.h Beginnings of writing to the LCD strip display. Some other tweaks and output thing, mostly related to alsa/sequencer weirdness. 2007-07-18 19:09:33 +00:00
README add README. small updates to TODO 2007-07-18 21:24:22 +00:00
route_signal.cc allow surface to work with linked panners on stereo input tracks/busses 2007-07-17 10:17:59 +00:00
route_signal.h allow surface to work with linked panners on stereo input tracks/busses 2007-07-17 10:17:59 +00:00
SConscript improve generation of surfaces from csv files. Move generated code into separate files from written code. Various comments and tweaks. 2007-07-22 20:50:10 +00:00
surface.cc Beginnings of writing to the LCD strip display. Some other tweaks and output thing, mostly related to alsa/sequencer weirdness. 2007-07-18 19:09:33 +00:00
surface.h improve generation of surfaces from csv files. Move generated code into separate files from written code. Various comments and tweaks. 2007-07-22 20:50:10 +00:00
surface_port.cc optimisations on control paths that are used for every midi event 2007-07-21 08:53:44 +00:00
surface_port.h to fix the abort on shutdown bug, make sure SurfacePort destructor doesn't kill the mutex until readers & writers have finished. 2007-03-11 15:05:15 +00:00
test.cc merge r1449 from surfaces branch to include mackie surface and tranzport updates. Thanks to Gerd Flaig for the merge command: svn merge svn+ssh://ardoursvn@ardour.org/ardour2/trunk@1449 svn+ssh://ardoursvn@ardour.org/ardour2/branches/surfaces. 2007-02-14 19:56:16 +00:00
timer.h Jog Wheel Fun: 2007-07-19 22:07:10 +00:00
TODO pass a Strip & to strip_display instead of integer. Implement and use strip_display_blank. 2007-07-30 11:18:00 +00:00
types.cc Jog Wheel Fun: 2007-07-19 22:07:10 +00:00
types.h Jog Wheel Fun: 2007-07-19 22:07:10 +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/ardour2/ardour_system.rc and
etc/ardour2/ardour.rc, otherwise they don't stay changed in ~/.ardour2/ardour.rc


John Anderson
panic@semiosix.com