brave man! i look forward to try this out! sme.
----- Original Message ----- From: "Johannes Taelman" Johannes.Taelman@rug.ac.be To: msp@ucsd.edu Cc: "Michael Iber" music@chemie.fu-berlin.de; pd-list@iem.kug.ac.at Sent: Wednesday, March 13, 2002 10:57 PM Subject: Re: [PD] ASIO support
On Wed, 13 Mar 2002, Miller Puckette wrote:
This is exciting... I'll try this and see if it helps.
As to multichannel, this will require rewriting pablio.c in pd\portaudio\pablio. I don't think it will be hard, but I'll need to get my platform working before I can test it...
I've got 8 channel-asio working by hard-coding the number of channels in pablio.c aStream->samplesPerFrame = 8; and also in s_nt_asio.c line 104 #define PA_DEFAULTCH 8 /* portaudio specific? */ This last change is perhaps not needed.
Sorry, I do not have the time now to turn all these constants into program arguments.
Johannes