mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
better GUI handling of virtual soundcheck
This commit is contained in:
parent
4a2bed08ec
commit
38a87bc4c6
4 changed files with 24 additions and 2 deletions
|
|
@ -555,8 +555,8 @@ ARDOUR_UI::install_actions ()
|
|||
ActionManager::transport_sensitive_actions.push_back (act);
|
||||
|
||||
if (Profile->get_livetrax()) {
|
||||
act = ActionManager::register_toggle_action (common_actions, X_("disable-virtual-soundcheck"), _("Disable Virtual Soundcheck"), sigc::mem_fun (*this, &ARDOUR_UI::disable_virtual_soundcheck));
|
||||
act = ActionManager::register_toggle_action (common_actions, X_("enable-virtual-soundcheck"), _("Enable Virtual Soundcheck"), sigc::mem_fun (*this, &ARDOUR_UI::enable_virtual_soundcheck));
|
||||
act = ActionManager::register_action (common_actions, X_("disable-virtual-soundcheck"), _("Disable Virtual Soundcheck"), sigc::mem_fun (*this, &ARDOUR_UI::disable_virtual_soundcheck));
|
||||
act = ActionManager::register_action (common_actions, X_("enable-virtual-soundcheck"), _("Enable Virtual Soundcheck"), sigc::mem_fun (*this, &ARDOUR_UI::enable_virtual_soundcheck));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue