mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-26 15:08:17 +01:00
Add FP17 to reserved I/O names
This commit is contained in:
parent
697afe649d
commit
508f23c4d0
2 changed files with 3 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue