mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-01 03:17:39 +01:00
Update CC Automation menu when MIDNAM changes
This commit is contained in:
parent
4b9f6208e7
commit
4130bc3a86
1 changed files with 5 additions and 1 deletions
|
|
@ -345,6 +345,11 @@ MidiTimeAxisView::processors_changed (RouteProcessorChange c)
|
|||
void
|
||||
MidiTimeAxisView::use_midnam_info ()
|
||||
{
|
||||
/* Rebuild controller menu */
|
||||
_controller_menu_map.clear ();
|
||||
delete controller_menu;
|
||||
controller_menu = 0;
|
||||
|
||||
setup_midnam_patches ();
|
||||
}
|
||||
|
||||
|
|
@ -515,7 +520,6 @@ MidiTimeAxisView::model_changed (const std::string& m)
|
|||
_controller_menu_map.clear ();
|
||||
delete controller_menu;
|
||||
controller_menu = 0;
|
||||
build_automation_action_menu (false);
|
||||
|
||||
if (patch_change_dialog ()) {
|
||||
patch_change_dialog ()->refresh ();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue