From 9b1a2e6dba07644c2214f59015eefb5037538fae Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Fri, 8 Jan 2021 22:43:40 +0100 Subject: [PATCH] Indicate that plugin-window MIDI keyboard is not recorded --- gtk2_ardour/generic_pluginui.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk2_ardour/generic_pluginui.cc b/gtk2_ardour/generic_pluginui.cc index 968c6c1f38..de2a2119f0 100644 --- a/gtk2_ardour/generic_pluginui.cc +++ b/gtk2_ardour/generic_pluginui.cc @@ -86,7 +86,7 @@ GenericPluginUI::GenericPluginUI (boost::shared_ptr pi, bool scrol : PlugUIBase (pi) , automation_menu (0) , is_scrollable(scrollable) - , _plugin_pianokeyboard_expander (_("MIDI Keyboard")) + , _plugin_pianokeyboard_expander (_("MIDI Keyboard (audition only)")) , _piano (0) , _piano_velocity (*manage (new Adjustment (100, 1, 127, 1, 16))) , _piano_channel (*manage (new Adjustment (0, 1, 16, 1, 1)))