summaryrefslogtreecommitdiff
path: root/gtk2_ardour/midi_time_axis.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2019-10-11 17:03:50 -0600
committerPaul Davis <paul@linuxaudiosystems.com>2019-10-11 17:03:50 -0600
commit5163393c115f5aec17873f652e033a6c3f365363 (patch)
tree2a816883be34fc577ce5b478b7e5aca94252d2fc /gtk2_ardour/midi_time_axis.cc
parent74454d1859e05ced4c318f3747c72cc18d606ef0 (diff)
add missing case
Diffstat (limited to 'gtk2_ardour/midi_time_axis.cc')
-rw-r--r--gtk2_ardour/midi_time_axis.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk2_ardour/midi_time_axis.cc b/gtk2_ardour/midi_time_axis.cc
index 9ddcb5422a..81afba7531 100644
--- a/gtk2_ardour/midi_time_axis.cc
+++ b/gtk2_ardour/midi_time_axis.cc
@@ -1269,6 +1269,7 @@ MidiTimeAxisView::create_automation_child (const Evoral::Parameter& param, bool
case MidiPgmChangeAutomation:
case MidiPitchBenderAutomation:
case MidiChannelPressureAutomation:
+ case MidiNotePressureAutomation:
case MidiSystemExclusiveAutomation:
/* These controllers are region "automation" - they are owned
* by regions (and their MidiModels), not by the track. As a