add missing case

This commit is contained in:
Paul Davis 2019-10-11 17:03:50 -06:00
parent 74454d1859
commit 5163393c11

View File

@ -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