ardour/libs/surfaces/faderport
Robin Gareus 9d8829f5bf Remove direct calls to set solo_control()
Changing solo-state needs to be done in rt-context to atomically
propagate solo/mute.

set_control() queues a rt-event, later Session::rt_set_control() calls
Session::update_route_solo_state() to propagate solo/mute.
2017-02-17 03:58:51 +01:00
..
faderport.cc should not really bind a shared_ptr<Port> to a sigc slot, so don't do that 2016-12-18 00:07:59 +00:00
faderport.h should not really bind a shared_ptr<Port> to a sigc slot, so don't do that 2016-12-18 00:07:59 +00:00
faderport_interface.cc change faderport name 2016-02-06 16:42:34 -06:00
gui.cc enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.h 2016-07-14 14:45:23 -04:00
gui.h faderport: add footswitch combos to GUI to allow user control over what the switch does 2016-01-25 15:11:36 -05:00
operations.cc Remove direct calls to set solo_control() 2017-02-17 03:58:51 +01:00
wscript prepare for update to waf 1.8 2016-02-28 21:16:44 +01:00