From 6677e9787ea5e090e166be8094ea98ea416b7dc5 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Thu, 11 Jun 2020 23:19:05 +0200 Subject: [PATCH] Reserve generic MIDI control surface port-name --- libs/ardour/port_manager.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/libs/ardour/port_manager.cc b/libs/ardour/port_manager.cc index 3807b868fa..537fda4152 100644 --- a/libs/ardour/port_manager.cc +++ b/libs/ardour/port_manager.cc @@ -1001,6 +1001,7 @@ PortManager::port_is_control_only (std::string const& name) X_(".*FaderPort2 .*"), X_(".*US-2400 .*"), X_(".*Mackie .*"), + X_(".*MIDI Control .*"), }; pattern = "(";