summaryrefslogtreecommitdiff
path: root/libs/surfaces/faderport
AgeCommit message (Expand)Author
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
2015-12-14faderport: long press on fader mode buttons switches fader automation to manu...Paul Davis
2015-12-14faderport: fix setup of periodic callback (cut-n-paste error)Paul Davis
2015-12-14faderport: add 100msec (10Hz) periodic update to facilitate automation playbackPaul Davis
2015-12-14faderport: disable automation state button mapping until (if ever) we can fig...Paul Davis
2015-12-14fix DEBUG_TRACE messages from faderport that used MackieControlProtocol via c...Paul Davis
2015-12-10add a few new actions to Faderport menus, and reorganize them slightlyBen Loftis
2015-12-08faderport: stop trying to cache LED state (fixes various bugs); blink mute fo...Paul Davis
2015-12-07remove unnecessary (?) conditional.Paul Davis
2015-12-04more Faderport debugging, for windowsBen Loftis
2015-12-04remove spurious printoutBen Loftis
2015-12-03faderport: show current User button bindings in GUIPaul Davis
2015-12-03faderport: fix long press behaviour, and fix ardour-only behaviour with user ...Paul Davis
2015-12-03make faderport support report its port bundles as it shouldPaul Davis
2015-12-03faderport: generalized blink on/off codePaul Davis
2015-12-03Faderport: Punch indictor was being left on after blinkingBen Loftis
2015-12-02Faderport: map automation indicator LEDsBen Loftis
2015-12-02faderport: a clever hack to make the Shift modifier "sticky"Paul Davis
2015-12-02fix typo in variable nameRobin Gareus
2015-12-02merge from mixbus branch.Robin Gareus
2015-12-01faderport: factor out encoder divider into a const doublePaul Davis