mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-08 15:54:57 +01:00
Indicate that plugin-window MIDI keyboard is not recorded
This commit is contained in:
parent
0257804c57
commit
9b1a2e6dba
1 changed files with 1 additions and 1 deletions
|
|
@ -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)))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue