13
0

Indicate that plugin-window MIDI keyboard is not recorded

This commit is contained in:
Robin Gareus 2021-01-08 22:43:40 +01:00
parent 0257804c57
commit 9b1a2e6dba
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04

View File

@ -86,7 +86,7 @@ GenericPluginUI::GenericPluginUI (boost::shared_ptr<PluginInsert> 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)))