mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-21 04:45:58 +01:00
Fix PF16 auto-connect
This commit is contained in:
parent
500a0c09e8
commit
84e38b4c65
1 changed files with 1 additions and 1 deletions
|
|
@ -109,7 +109,7 @@ FaderPort8::probe (std::string& i, std::string& o)
|
|||
auto has_fp8 = [](string const& s) {
|
||||
std::string pn = AudioEngine::instance()->get_hardware_port_name_by_name (s);
|
||||
#ifdef FADERPORT16
|
||||
return pn.find ("PreSonus FP16") != string::npos;
|
||||
return pn.find ("PreSonus FP16 Port 1") != string::npos;
|
||||
#elif defined FADERPORT2
|
||||
return pn.find ("PreSonus FP1") != string::npos;
|
||||
#else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue