fix Faderport2 port name = FP2

This commit is contained in:
Ben Loftis 2023-06-01 16:19:47 -05:00
parent 921b4aaa75
commit 6640a4afb3
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@ FaderPort8::probe (std::string& i, std::string& o)
#ifdef FADERPORT16
return pn.find ("PreSonus FP16 Port 1") != string::npos;
#elif defined FADERPORT2
return pn.find ("PreSonus FP1") != string::npos;
return pn.find ("PreSonus FP2") != string::npos;
#else
return pn.find ("PreSonus FP8") != string::npos;
#endif