mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-06 05:35:47 +01:00
triggerboxGUI: use new API and tweak add route dialog to allow choice to add triggerbox
This commit is contained in:
parent
6326222a48
commit
305c9ba6e9
6 changed files with 34 additions and 57 deletions
|
|
@ -3030,6 +3030,8 @@ ProcessorBox::add_processor_to_display (boost::weak_ptr<Processor> p)
|
|||
e->set_selectable(false);
|
||||
}
|
||||
|
||||
cerr << "Adding " << processor->name() << endl;
|
||||
|
||||
/* Set up this entry's state from the GUIObjectState */
|
||||
XMLNode* proc = entry_gui_object_state (e);
|
||||
if (proc) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue