display MIDI scene markers
Note: this commit is valid for Ardour as well as LiveTrax
This commit is contained in:
parent
863f18adc6
commit
f6b45177dc
@ -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;
|
||||
|
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user