summaryrefslogtreecommitdiff
path: root/libs/surfaces/control_protocol/control_protocol.cc
AgeCommit message (Expand)Author
2019-08-03Update plugins/addons GPL boilerplate and (C) from git logRobin Gareus
2017-05-12don't actually use a method from libardourcp inside libardour; use a PBD::Sig...Paul Davis
2017-05-12change the way ControlProtocols (control surfaces) are notified and handle St...Paul Davis
2017-04-19Use XMLNode::get/set_property API in ARDOUR::ControlProtocol classTim Mayberry
2017-04-19Add missing header include to ControlProtocol class source fileTim Mayberry
2017-02-25Revert "libs: debug output for faderport/editor mixer strip sync"Paul Davis
2017-02-24libs: debug output for faderport/editor mixer strip syncPaul Davis
2017-02-17Remove direct calls to set solo_control()Robin Gareus
2017-02-01make the leftmost mixer stripable API at least work as advertisedPaul Davis
2017-02-01add new API to ControlProtocol to allow GUI to specify left-most mixer stripPaul Davis
2016-07-06set ControlProtocol::_first_selected_stripable at the right time onlyPaul Davis
2016-07-06a few post-rebase cleanupsPaul Davis
2016-07-06restore/extend/simplify ControlProtocol API to allow tracking of selectionPaul Davis
2016-07-04use session stripable selection APIPaul Davis
2016-06-10remove certain ControlProtocol signals related to stripable selectionPaul Davis
2016-05-31use new record safe control in surface supportPaul Davis
2016-05-31remove now-redundant control protocol route-selection signalsPaul Davis
2016-05-31remove no-longer-used TrackSelectionChanged signal from ControlProtocolPaul Davis
2016-05-31add Stripable analogs for Route signals and methods in ControlProtocolPaul Davis
2016-05-31first vaguely working version using PresentationInfoPaul Davis
2016-05-31universal change in the design of the way Route/Track controls are designed a...Paul Davis
2016-05-31use redesigned Route and VCA object architecture/APIPaul Davis
2016-01-25use route gain control, not amp->gain()Paul Davis
2016-01-22first compiling, mostly working version of group controls changesPaul Davis
2016-01-18add group disposition argument to Route::set_gain() and use it in various UIsPaul Davis
2016-01-18move Amp::GainControl out into its own source module and out of AmpPaul Davis
2015-10-05NOOP, remove trailing tabs/whitespace.Robin Gareus
2015-10-04globally remove all trailing whitespace from ardour code base.Paul Davis
2015-06-24rationalize save/restore of control surface "feedback" propertyPaul Davis
2015-05-02professionalize peak-metersRobin Gareus
2013-12-21clean up aspects of ControlProtocol APIPaul Davis
2012-04-26MCP: ctrl-select toggle selections status, analogous to GUI opPaul Davis
2012-04-26MCP: lots of good stuff - recenable bug fixed, cursor keys for vertical scrol...Paul Davis
2012-04-23ControlProtocol doesn't actually need any record of an event loop and doesn't...Paul Davis
2012-04-13MCP: timeout display of value when altering with fader or pot; range ops on s...Paul Davis
2012-04-12propagate GUI track selection to control protocols; make MCP update when GUI ...Paul Davis
2012-04-09MCP: F1-7 jump to a given view; F8 closes any currently open dialog; in zoom ...Paul Davis
2012-04-09MCP: different meter debug trace; initial support for track selectionPaul Davis
2012-04-09allow ControlProtocols to call for undo/redo in GUI; make MCP use thisPaul Davis
2011-08-13track changes to config parameters for MMC device id's correctly (from roy ve...Paul Davis
2010-07-30Put Mackie surface ports into the Ardour tab of the port matrix.Carl Hetherington
2010-07-24step editing now accessed via a context menu on MIDI track rec-enable buttons...Paul Davis
2010-03-30handle deletion of UI objects between the time that a callback is queued with...Paul Davis
2009-12-21fully implement and deploy explicit x-thread signal connection syntax (testin...Paul Davis
2009-12-19use new syntax for connecting to backend signals that enforces explicit conne...Paul Davis
2009-06-09the big Route structure refactor. !!!! THIS WILL ***NOT LOAD*** PRIOR 3.0 or...Paul Davis
2009-01-30Trim include dependency graph, especially for io.h and session.h.David Robillard
2008-12-12most of the 2.X->3.0 commit (up to rev 4299) except for gtk2_ardour/editor_ca...Paul Davis
2008-06-02rollback to 3428, before the mysterious removal of libs/* at 3431/3432Paul Davis
2008-06-02remove empty sigc++2 directoryDoug McLain