mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 15:25:01 +01:00
Remove Program Change automation lane options.
git-svn-id: svn://localhost/ardour2/branches/3.0@8331 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
818f2cffd7
commit
eb0faf3ec3
1 changed files with 1 additions and 2 deletions
|
|
@ -420,13 +420,12 @@ MidiTimeAxisView::build_automation_action_menu ()
|
||||||
|
|
||||||
automation_items.push_back (SeparatorElem());
|
automation_items.push_back (SeparatorElem());
|
||||||
|
|
||||||
/* these 3 MIDI "command" types are semantically more like automation than note data,
|
/* these 2 MIDI "command" types are semantically more like automation than note data,
|
||||||
but they are not MIDI controllers. We give them special status in this menu, since
|
but they are not MIDI controllers. We give them special status in this menu, since
|
||||||
they will not show up in the controller list and anyone who actually knows
|
they will not show up in the controller list and anyone who actually knows
|
||||||
something about MIDI (!) would not expect to find them there.
|
something about MIDI (!) would not expect to find them there.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
add_channel_command_menu_item (automation_items, _("Program Change"), MidiPgmChangeAutomation, 0);
|
|
||||||
add_channel_command_menu_item (automation_items, _("Bender"), MidiPitchBenderAutomation, 0);
|
add_channel_command_menu_item (automation_items, _("Bender"), MidiPitchBenderAutomation, 0);
|
||||||
add_channel_command_menu_item (automation_items, _("Pressure"), MidiChannelPressureAutomation, 0);
|
add_channel_command_menu_item (automation_items, _("Pressure"), MidiChannelPressureAutomation, 0);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue