13
0

Add FP17 to reserved I/O names

This commit is contained in:
Robin Gareus 2017-12-12 14:13:34 +01:00
parent 697afe649d
commit 508f23c4d0
2 changed files with 3 additions and 0 deletions

View File

@ -571,6 +571,8 @@ ARDOUR::init (bool use_windows_vst, bool try_optimization, const char* localedir
reserved_io_names[_("FaderPort Send")] = false;
reserved_io_names[_("FaderPort8 Recv")] = false;
reserved_io_names[_("FaderPort8 Send")] = false;
reserved_io_names[_("FaderPort16 Recv")] = false;
reserved_io_names[_("FaderPort16 Send")] = false;
libardour_initialized = true;

View File

@ -949,6 +949,7 @@ PortManager::port_is_control_only (std::string const& name)
X_(".*Ableton Push.*"),
X_(".*FaderPort .*"),
X_(".*FaderPort8 .*"),
X_(".*FaderPort16 .*"),
X_(".*US-2400 .*"),
X_(".*Mackie .*"),
};