[PD] asio

Miller Puckette mpuckett at man104-1.ucsd.edu
Fri May 24 21:04:48 CEST 2002


Yes, I think this is what the "-sounddev" flag will do once I get the
next pre-release out -- it doesn't work correctly yet.

cheers
Miller

On Fri, May 24, 2002 at 02:53:16PM -0400, Michael Casey wrote:
> 
> 
> I have not had any problem with ASIO, but I use a version of PD with
> the static variable changes in pa_asio.cpp
> 
> // static int sDefaultOutputDeviceID = 0; // comment out defaults
> // static int sDefaultInputDeviceID = 0;
> 
> static int sDefaultOutputDeviceID = 2;   // replace default driver
> static int sDefaultInputDeviceID = 2;
> 
> 2 is the device number of my soundcard's native ASIO driver, 0 and 1 are
> the MME and WDM ASIO drivers. As far as I can tell, PD does not set this
> number from the command line, so at the moment you must change it and
> recompile.
> 
> Best regards,
> 
> Michael
> 
> 
> 
> 



More information about the Pd-list mailing list