From 129cc4689aa2910094569102767610fbc769b037 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 24 Dec 2014 20:41:14 -0500 Subject: Remove warning when adding MIDI model controls. This is fine, unlike the other cases, MidiTrack is not the only thing that can have a MIDI automation control. --- libs/ardour/automatable.cc | 2 -- 1 file changed, 2 deletions(-) (limited to 'libs/ardour/automatable.cc') diff --git a/libs/ardour/automatable.cc b/libs/ardour/automatable.cc index 0538c84cc5..5e4991fe6e 100644 --- a/libs/ardour/automatable.cc +++ b/libs/ardour/automatable.cc @@ -408,8 +408,6 @@ Automatable::control_factory(const Evoral::Parameter& param) if (mt) { control = new MidiTrack::MidiControl(mt, param); make_list = false; // No list, this is region "automation" - } else { - warning << "MidiCCAutomation for non-MidiTrack" << endl; } } else if (param.type() == PluginAutomation) { PluginInsert* pi = dynamic_cast(this); -- cgit v1.2.3