Home
last modified time | relevance | path

Searched refs:soloing_changed (Results 1 – 3 of 3) sorted by relevance

/dports/audio/ardour6/Ardour-6.8.0/gtk2_ardour/
H A Dardour_ui.h575 void soloing_changed (bool);
H A Dardour_ui2.cc693 ARDOUR_UI::soloing_changed (bool onoff) in soloing_changed() function in ARDOUR_UI
H A Dardour_ui_dialogs.cc213 …(_session_connections, MISSING_INVALIDATOR, boost::bind (&ARDOUR_UI::soloing_changed, this, _1), g… in set_session()