summaryrefslogtreecommitdiff
path: root/libs/surfaces/faderport
AgeCommit message (Expand)Author
2020-03-21NO-OP: remove unused #includesRobin Gareus
2020-02-23surfaces transport hotfix: surfaces should query the transport state via Basi...Ben Loftis
2020-02-20use MIXBUS approach to User button for Faderport (it's just a button, not a m...Paul Davis
2020-02-20Faderport(1): fix pan_azimuth direction by setting Rotary flag.Ben Loftis
2020-01-25Explicitly use OSXRobin Gareus
2019-12-29expand use of new BasicUI API for transport button state to all control surfacesPaul Davis
2019-12-29use new Session API to deal with transport statePaul Davis
2019-09-25Faderport: use well-known-controls APIRobin Gareus
2019-08-03Update plugins/addons GPL boilerplate and (C) from git logRobin Gareus
2019-04-20Make use of ActionModel::build_custom_action_combo()Johannes Mueller
2019-04-20Use ActionModel::build_action_combo() for Control Surfaces that need itJohannes Mueller
2019-04-20Use ActionModel API in the Control Surfaces that can make use of itJohannes Mueller
2019-04-20Fadeport: Fix User button state save and restoreJohannes Mueller
2019-04-13NO-OP: <tab> after <space> fixes in libsRobin Gareus
2019-04-01Indicate automation-latch as "touch" on the FP1Robin Gareus
2019-03-20fix all surfaces' available action menusPaul Davis
2019-03-20ActionManager::get_all_actions() no longer includes <Actions> in the paths it...Paul Davis
2019-03-19Mixer/show-editor is now Common/show-editorBen Loftis
2019-03-18reorder #include directivesPaul Davis
2019-03-18switch remaining use of Common/ToggleMixerList to Mixer/ToggleMixerListPaul Davis
2019-02-16remove references to "Editor_menus" which is an action that no longer existsPaul Davis
2019-02-16rename Main_menu action to Main menuPaul Davis
2018-12-10fix Window->Common move for show-mixerPaul Davis
2018-12-10use ActionManager namespace, rather than ActionMap objectsPaul Davis
2018-10-07Faderport(Classic): Add Record-PreRoll and Record-CountIn actions to the foo...Ben Loftis
2018-10-04Fix the User button for Mixbus; we use it as a button, not a modifier.Ben Loftis
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