summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/solo_control.h
AgeCommit message (Collapse)Author
2016-10-14Revert "change return type of AutomationControl::actually_set_value() from ↵Paul Davis
void to bool, to indicate if value was changed." This reverts commit c104c9d4726f3ba1ecd352d13b88a57f2f964510.
2016-10-12change return type of AutomationControl::actually_set_value() from void to ↵Paul Davis
bool, to indicate if value was changed. Don't call Session::set_dirty() when no change occurs
2016-07-26fix thinko-typo in SoloControl::soloed_by_others()Paul Davis
2016-05-31convert editor routes code to use StripablePaul Davis
2016-05-31remove Route::listening_via_monitor()Paul Davis
This is better tested with direct use of the solo_control and Config->get_solo_controls_are_listen_controls()
2016-05-31move ever close to working master/slave logic, this time with audio testingPaul Davis
2016-05-31fix solo control to use VCA logic as worked out for mutePaul Davis
2016-05-31move SlavableAutomationControl into its own headerPaul Davis
2016-05-31a slew of as-yet incomplete work to get VCA solo+mute closer to workingPaul Davis
2016-05-31add new files to source treePaul Davis