summaryrefslogtreecommitdiff
path: root/libs/surfaces/faderport
AgeCommit message (Expand)Author
2018-06-21remove Session::controllable_by_descriptor() and move code into GenericMIDI c...Paul Davis
2018-03-26faderport: make ::invoke() tell us whether or not something was actually invo...Paul Davis
2018-03-26fix binding to long-press for User button on FaderPortPaul Davis
2017-09-18globally change all use of "frame" to refer to audio into "sample".Paul Davis
2017-08-06Allow FaderPort to select VCAsRobin Gareus
2017-08-05Consolidate ctrl surface codeRobin Gareus
2017-07-28PortManager::unregister_port() must be called with process lockRobin Gareus
2017-07-24Remove unused "mark" parameter from stop_touch() APIRobin Gareus
2017-06-21Prepare removal of redundant get_user/set_user API.Robin Gareus
2017-05-12change the way ControlProtocols (control surfaces) are notified and handle St...Paul Davis
2017-04-19Use XMLNode::get/set_property API in FaderPort classTim Mayberry
2017-03-14Fix Faderport Proj button (show-editor action)Ben Loftis
2017-03-10Use dedicated "show editor/mixer" actionsRobin Gareus
2017-03-09Faderport uses the Mix and Proj buttons to summon mixer and editor; there is ...Ben Loftis
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-24try to make sure faderport shows the same strip as the editor mixer stripPaul Davis
2017-02-17Remove direct calls to set solo_control()Robin Gareus
2016-12-19make solo button on faderport actually workPaul Davis
2016-12-18should not really bind a shared_ptr<Port> to a sigc slot, so don't do thatPaul Davis
2016-09-27amend FaderPort code to use BasicUI::goto_start() with optional argumentPaul Davis
2016-07-14enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.hPaul Davis
2016-07-04operate directly on realtime controls, not via SessionPaul Davis
2016-06-07fix faderport's use of action namePaul Davis
2016-05-31use new record safe control in surface supportPaul Davis
2016-05-31convert faderport to use Stripable instead of RoutePaul Davis
2016-05-31move ControllableDescriptor from libpbd to libardour; add support for describ...Paul Davis
2016-05-31remove Route::listening_via_monitor()Paul Davis
2016-05-31move ever close to working master/slave logic, this time with audio testingPaul Davis
2016-05-31universal change in the design of the way Route/Track controls are designed a...Paul Davis
2016-05-31fix faderport and mackie to use route AutomationControls to be notified about...Paul Davis
2016-02-28prepare for update to waf 1.8Robin Gareus
2016-02-22cleanup post-rebase-against-master messesPaul Davis
2016-02-06change faderport nameBen Loftis
2016-02-03faderport: save+restore footswitch settingPaul Davis
2016-02-02faderport: fix binding of actions to footswitchPaul Davis
2016-02-02faderport: make blink/on/off status of record enable LED match the GUI onePaul Davis
2016-02-01faderport: turn out all lights from destructor, and use Port::drain() to make...Paul Davis
2016-01-25faderport: add a few more sensible actions to the footswitch optionsPaul Davis
2016-01-25faderport: add footswitch combos to GUI to allow user control over what the s...Paul Davis
2016-01-25faderport: add footswitch buttonPaul 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-14faderport: stop event loop when destroying objectPaul Davis
2016-01-11fix compilation of debug buildsRobin Gareus
2016-01-10faderport: remove wierd shift use design; make user+shift work againPaul Davis
2016-01-07tweak/add faderport debug messagesPaul Davis
2016-01-03amend 9e3299f for MixbusRobin Gareus
2016-01-02change Controllable::set_value() API to include grouped control consideration.Paul Davis
2015-12-28redesign cross-thread registration/signalling systemPaul Davis