Add FP17 to reserved I/O names
This commit is contained in:
parent
697afe649d
commit
508f23c4d0
@ -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;
|
||||
|
||||
|
@ -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 .*"),
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user