13
0
Fork 0

display MIDI scene markers

Note: this commit is valid for Ardour as well as LiveTrax
This commit is contained in:
Paul Davis 2024-04-08 18:35:00 -06:00
parent 863f18adc6
commit f6b45177dc
2 changed files with 2 additions and 1 deletions

View File

@ -81,6 +81,8 @@ ActionManager::load_menus (const string& menus_file)
bool loaded = false;
std::cerr << "Load menus from " << ui_file << std::endl;
try {
ui_manager->add_ui_from_file (ui_file);
info << string_compose (_("Loading menus from %1"), ui_file) << endmsg;

View File

@ -362,7 +362,6 @@ ARDOUR_UI::connect_transport_elements ()
if (Profile->get_livetrax()) {
act = ActionManager::get_action (X_("Common"), X_("open-media-folder"));
std::cerr << "Connecting open media with " << act.get() << std::endl;
livetrax_view_in_folder_button->set_related_action (act);
}