Home
last modified time | relevance | path

Searched refs:_solo_isolate_control (Results 1 – 2 of 2) sorted by relevance

/dports/audio/ardour6/Ardour-6.8.0/libs/ardour/ardour/
H A Droute.h489 return _solo_isolate_control; in solo_isolate_control()
667 boost::shared_ptr<SoloIsolateControl> _solo_isolate_control; variable
/dports/audio/ardour6/Ardour-6.8.0/libs/ardour/
H A Droute.cc177 _solo_isolate_control.reset (new SoloIsolateControl (_session, X_("solo-iso"), *this)); in init()
178 add_control (_solo_isolate_control); in init()
2540 node->add_child_nocopy (_solo_isolate_control->get_state ()); in state()
2800 } else if (control_name == _solo_isolate_control->name()) { in set_state()
2801 _solo_isolate_control->set_state (*child, version); in set_state()
3670 …if (_solo_control->soloed_by_others_upstream() || _solo_isolate_control->solo_isolated_by_upstream… in input_change_handler()
3691 int idelta = ibou - _solo_isolate_control->solo_isolated_by_upstream(); in input_change_handler()
3696 _name, ibou, _solo_isolate_control->solo_isolated_by_upstream(), idelta) in input_change_handler()
3708 if (_solo_isolate_control->solo_isolated_by_upstream()) { in input_change_handler()
3711 _solo_isolate_control->mod_solo_isolated_by_upstream (1); in input_change_handler()
[all …]