summaryrefslogtreecommitdiff
path: root/libs/ardour/port_manager.cc
diff options
context:
space:
mode:
authorBen Loftis <ben@harrisonconsoles.com>2018-07-31 14:46:20 +0200
committerRobin Gareus <robin@gareus.org>2018-07-31 14:54:20 +0200
commit948834bb1e2ffd1024eba3d3acb84e560d4f5e33 (patch)
treefaadf124375a3584300a371bd915767f8c74470a /libs/ardour/port_manager.cc
parent506a42daf34fc6791e5cf1319bf51da2b4a4ef3b (diff)
Add support for PreSonus Faderport2 (2018 model)
This is a cleaned-up, foward-ported version of Ben's Mixbus patch (d6694c5b31).
Diffstat (limited to 'libs/ardour/port_manager.cc')
-rw-r--r--libs/ardour/port_manager.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/ardour/port_manager.cc b/libs/ardour/port_manager.cc
index 6e879f2c58..1cac85332b 100644
--- a/libs/ardour/port_manager.cc
+++ b/libs/ardour/port_manager.cc
@@ -950,6 +950,7 @@ PortManager::port_is_control_only (std::string const& name)
X_(".*FaderPort .*"),
X_(".*FaderPort8 .*"),
X_(".*FaderPort16 .*"),
+ X_(".*FaderPort2 .*"),
X_(".*US-2400 .*"),
X_(".*Mackie .*"),
};