summaryrefslogtreecommitdiff
path: root/libs/surfaces/mackie
AgeCommit message (Expand)Author
2011-10-20include abstract_ui.cc in mackie source to actually instantiate the AbstractU...Paul Davis
2011-10-20make mackie control header include abstract_ui.h (might help compile/link iss...Paul Davis
2011-09-29Upgrade to waf 1.6.7 and autowaf r52.David Robillard
2011-09-27Fix crash on close after Mackie modifications by making it use AbstractUI so ...Carl Hetherington
2011-09-26Fix crash on startup caused by previous Mackie commits.Carl Hetherington
2011-09-26No-op; formatting tidy-ups.Carl Hetherington
2011-09-26Update Mackie surface state when something is connected to its output port (#...Carl Hetherington
2011-09-26Delete MIDI port objects when the MackieControlProtocol is torn down, so that...Carl Hetherington
2011-05-23Fix a few missing drops of Route references.Carl Hetherington
2011-05-11Fix compiler warning.Carl Hetherington
2011-05-05Add a GUI to set the number of active extenders for the Mackie control surface.Carl Hetherington
2011-05-04Do log/lin mapping for Mackie faders so that they behave like the on-screen o...Carl Hetherington
2011-05-04Use a timeout to reset faders' in_use flags when in BCF mode (ie with faders ...Carl Hetherington
2011-05-04Fix crash on startup when using BCF mode for the mackie surface.Carl Hetherington
2011-05-04Add small GUI to select Mackie / BCF2000 emulation for the mackie surface.Carl Hetherington
2011-05-04Comment typo.Carl Hetherington
2011-04-22Fix Python whitespace (follow PEP8 guidelines, reformatted by Python Reindent)David Robillard
2011-03-16Indent python files with spaces as per style guide.David Robillard
2011-02-22remove semantic-free Panner::Changed signal; make mackie code pay attention t...Paul Davis
2011-02-07Prevent various things from stopping the transport by requesting a transport ...Carl Hetherington
2011-02-06Fix up a few mackie control surface exceptions.Carl Hetherington
2011-01-27merge 3.0-panexp (pan experiments) branch, revisions 8534-8585 into 3.0, thus...Paul Davis
2010-12-14move ticks per beat from Meter to Timecode::BBT_Time, add new constructor for...Paul Davis
2010-12-14Rename libmusictime libtimecode (consistent with already used namespace "Time...David Robillard
2010-12-03Remove all use of nframes_t.Carl Hetherington
2010-11-29Removing more of using boost::shared_ptrSakari Bergen
2010-11-26Fix more broken indentation (whitespace changes only).David Robillard
2010-11-26one step closer to working vbap panningPaul Davis
2010-10-19(3.0 version) some Mackie-emulation systems (e.g. euphonix) send zero for the...Paul Davis
2010-10-05Fix incorrect angle brackets for includes.Carl Hetherington
2010-09-17megaopus commit: (1) add __STD_(LIMIT|FORMAT)_MACROS to command line flags fo...Paul Davis
2010-08-09Allow markers to be glued to bar/beat time. Fixes #1815.Carl Hetherington
2010-07-30Put Mackie surface ports into the Ardour tab of the port matrix.Carl Hetherington
2010-07-29Fix startup of the mackie surface code.Carl Hetherington
2010-07-27Fix up Mackie control surface to cope with changes to midi++ midi ports from ...Carl Hetherington
2010-07-24step editing now accessed via a context menu on MIDI track rec-enable buttons...Paul Davis
2010-07-08Trim midi++ port code to either do in or out, but not both in the same object.Carl Hetherington
2010-07-07Fix Mackie surface after port rework.Carl Hetherington
2010-07-07Setup fixed ports for MIDI control data; hence remove configuration of those ...Carl Hetherington
2010-07-06Remove non-JACK midi++ ports.Carl Hetherington
2010-03-30handle deletion of UI objects between the time that a callback is queued with...Paul Davis
2010-03-22remove near-duplicate session constructor; change names from control_outs to ...Paul Davis
2010-03-02the mega-properties/SequenceProperty patch. split is broken at present (right...Paul Davis
2010-02-19change PropertyChange from a bitfield into a real object, with all the many w...Paul Davis
2009-12-21fully implement and deploy explicit x-thread signal connection syntax (testin...Paul Davis
2009-12-20substantial overhaul of MCU code - no more separate thread, just connect to s...Paul Davis
2009-12-19use new syntax for connecting to backend signals that enforces explicit conne...Paul Davis
2009-12-17switch to using boost::signals2 instead of sigc++, at least for libardour. no...Paul Davis
2009-12-09major design changes: use glib event loop for MIDI thread/UI; rework design o...Paul Davis
2009-12-06Merged revisions 6292,6294-6295,6311,6314 via svnmerge from Taybin Rutkin