mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
add track/bus now allows specifying aux or direct bus role; processor box menus sort of kindof allow New Aux -> Aux Bus
git-svn-id: svn://localhost/ardour2/branches/3.0@6128 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
2feede2e8c
commit
b99b507be9
12 changed files with 145 additions and 50 deletions
|
|
@ -83,6 +83,7 @@ ActionManager::init ()
|
|||
|
||||
try {
|
||||
ui_manager->add_ui_from_file (ui_file.to_string());
|
||||
info << string_compose (_("Loading menus from %1"), ui_file.to_string()) << endmsg;
|
||||
loaded = true;
|
||||
} catch (Glib::MarkupError& err) {
|
||||
error << string_compose (_("badly formatted UI definition file: %1"), err.what()) << endmsg;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue