summaryrefslogtreecommitdiff
path: root/libs/surfaces/control_protocol
AgeCommit message (Expand)Author
2018-02-15When building with MSVC, allow for the fact that Mixbus and Ardour can be usi...John Emmas
2018-02-14Accommodate the change from libtimecode to libtemporalJohn Emmas
2017-09-24convert codebase to use Temporal for various time typesPaul Davis
2017-09-18globally change all use of "frame" to refer to audio into "sample".Paul Davis
2017-07-01Addressing #7371: don't trigger session->undo() from non-GUI-threadJohannes Mueller
2017-05-23Use braces in BasicUI::jump_by_bars()Tim Mayberry
2017-05-23Use braces in BasicUI::jump_by_seconds()Tim Mayberry
2017-05-23Use correct variable in BasicUI::jump_by_secondsTim Mayberry
2017-05-15It might not be obvious why... but 'ARDOUR::ControlProtocol::name()' needs to...John Emmas
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-04-01Fix set-*-from-edit-range actions, when accessed from control surfaces.Ben Loftis
2017-03-19BasicUI moved toggle_click,toggle_roll and stop_forget from menu action to se...Len Ovens
2017-03-19basic_ui send midi_panic directly to session rather than through GUILen Ovens
2017-03-18OSC fix toggle_monitor_mute/dim/mono in basic_uiLen Ovens
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
2017-01-28fix another action name in BasicUI after Editor=>Control migrationPaul Davis
2017-01-28fix action names in BasicUI after Editor=>Control migrationPaul Davis
2016-09-27post-rebase fixesPaul Davis
2016-09-27change API for BasicUI::goto_start() to use optional roll-after argPaul Davis
2016-09-27add method (taken from GTK GUI) to goto_nth_marker() to BasicUIPaul Davis
2016-09-27use new shared cancel_all_solo() in Mackie codePaul Davis
2016-09-27add correct implementation for cancel all solo to BasicUIPaul Davis
2016-08-30Update our MSVC project files to generate the most recent Ardour session file...John Emmas
2016-07-14enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.hPaul 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-06remove a bunch of code that will no longer be usedPaul 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-05-27Tempo ramps - rename bbt_time() -> bbt_at_frame(), frame_time() -> frame_at_b...nick_m
2016-05-21Accommodate the fact that 'msvc_resources.rc.in' got moved to a new pathJohn Emmas
2016-05-09copy-n-paste the ARDOUR_UI toggle-roll code into BasicUI (for Faderport and o...Paul Davis
2016-04-30make BasicUI (for control surfaces) loop toggle work like the GUIPaul Davis
2016-04-04Modify our MSVC projects to build liblua as a DLL rather than a static libJohn Emmas
2016-02-28prepare for update to waf 1.8Robin Gareus