diff --git a/gtk2_ardour/midi_time_axis.cc b/gtk2_ardour/midi_time_axis.cc
index 4843b1875f..a33b50ef64 100644
--- a/gtk2_ardour/midi_time_axis.cc
+++ b/gtk2_ardour/midi_time_axis.cc
@@ -641,9 +641,9 @@ MidiTimeAxisView::build_controller_menu ()
}
/* add the per-channel menu to the list of controllers, with the name of the controller */
-
- ctl_items.push_back (MenuElem (midi_name (ctl), *chn_menu));
-
+ ctl_items.push_back (MenuElem (string_compose ("%1: %2", ctl, midi_name (ctl)), *chn_menu));
+ dynamic_cast