Home
last modified time | relevance | path

Searched refs:soloed_by_others_upstream (Results 1 – 7 of 7) sorted by relevance

/dports/audio/ardour6/Ardour-6.8.0/libs/ardour/ardour/
H A Dsolo_control.h78 uint32_t soloed_by_others_upstream () const { in soloed_by_others_upstream() function
H A Droute.h174 bool soloed_by_others_upstream () const { return _solo_control->soloed_by_others_upstream(); } in soloed_by_others_upstream() function
/dports/audio/ardour6/Ardour-6.8.0/libs/ardour/
H A Dsolo_control.cc75 …aster()->set_soloed_by_others (soloed_by_others_downstream() || soloed_by_others_upstream() || get… in set_mute_master_solo()
H A Dinternal_send.cc97 bool to_soloed_upstream = _send_to->solo_control()->soloed_by_others_upstream(); in propagate_solo()
H A Droute.cc3670 …if (_solo_control->soloed_by_others_upstream() || _solo_isolate_control->solo_isolated_by_upstream… in input_change_handler()
3690 int delta = sbou - _solo_control->soloed_by_others_upstream(); in input_change_handler()
3701 if (_solo_control->soloed_by_others_upstream()) { in input_change_handler()
H A Dsession.cc3746 if (!route->soloed_by_others_upstream()) { in route_solo_changed()
3763 route->soloed_by_others_upstream())); in route_solo_changed()
/dports/audio/ardour6/Ardour-6.8.0/libs/surfaces/push2/
H A Dtrack_mix.cc325 } else if (sc->soloed_by_others_upstream() || sc->soloed_by_others_downstream()) { in solo_mute_change()