From 0e141b2d1932af1af6f3a6e994f7075f76bb5d66 Mon Sep 17 00:00:00 2001 From: rossb Date: Tue, 16 Jun 2009 16:12:41 +0000 Subject: [PATCH] removed reaper asio driver blacklisting --- src/hostapi/asio/pa_asio.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/hostapi/asio/pa_asio.cpp b/src/hostapi/asio/pa_asio.cpp index 24790dd..d7a1c2b 100644 --- a/src/hostapi/asio/pa_asio.cpp +++ b/src/hostapi/asio/pa_asio.cpp @@ -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")); -- 2.43.0