]> Repos - portaudio/commitdiff
removed reaper asio driver blacklisting
authorrossb <rossb@0f58301d-fd10-0410-b4af-bbb618454e57>
Tue, 16 Jun 2009 16:12:41 +0000 (16:12 +0000)
committerrossb <rossb@0f58301d-fd10-0410-b4af-bbb618454e57>
Tue, 16 Jun 2009 16:12:41 +0000 (16:12 +0000)
src/hostapi/asio/pa_asio.cpp

index 24790dd4a10d9e086e5801c7c163aadec9e83e97..d7a1c2b2f001632dd3484fe5a42571cd8af520d0 100644 (file)
@@ -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"));