removed reaper asio driver blacklisting
This commit is contained in:
parent
a9238346fe
commit
0e141b2d19
1 changed files with 0 additions and 1 deletions
|
|
@ -1182,7 +1182,6 @@ PaError PaAsio_Initialize( PaUtilHostApiRepresentation **hostApi, PaHostApiIndex
|
|||
|| strcmp (names[i],"ASIO Multimedia Driver") == 0
|
||||
|| strncmp(names[i],"Premiere",8) == 0 //"Premiere Elements Windows Sound 1.0"
|
||||
|| strncmp(names[i],"Adobe",5) == 0 //"Adobe Default Windows Sound 1.5"
|
||||
|| strncmp(names[i],"ReaRoute ASIO",13) == 0 //Reaper www.reaper.fm <- fix your stuff man.
|
||||
)
|
||||
{
|
||||
PA_DEBUG(("BLACKLISTED!!!\n"));
|
||||
|
|
|
|||
Loading…
Reference in a new issue