Hi smoerk,
Portaudio does support directX, but you can't (yet) compile a program that switches from one portaudio implementation to another... you'd have to build a whole separate Pd release with directX instead of ASIO (which is what portaudio is currently doing for Pd.) Just download portaudio, and in Pd replace the ASIO files with the DirectX ones, recompile and enjoy. I think portaudio is working towards being able to switch APIs at run time, and when that comes out I'll make fix Pd to use it.
cheers Miller
On Fri, Aug 02, 2002 at 12:30:53PM +0200, smoerk wrote:
Hello,
does PD support DirectX for the audio devices? I didn't figured it out, how I could tell PD to use DirectX instead of the WMME device. I have to use other audio software at the same time with PD.
Portaudio support DirectX, so it should be possible to use it with PD, too.