Hi Johannes, could you post your version (of the modified bins). Unfortunaltely I do not have a VC++ for Windows. Thanks Michel
At 16:27 13.03.02 +0100, you wrote:
Nice! After tweaking the DefaultInputDevice and DefaultOutputDevice I get stable operation on MAudio Audiophile2496, Terratec EWS88D and the EchoAudio Layla24. All tested with a latency of 256 samples @ 44.1kHz under Win2k (in Standard PC mode, not ACPI).
Tonight I'll look at enabling multi-channel operation and try my RME Hammerfall DSP again.
thanks a lot!
Johannes
Michael Iber
http://www.iberspace.de mailto://mail@iber-online.de
Hi all,
I've put my version (126 -->256, plus the TK bug fix) out as test 14 on:
http://www.crca.ucsd.edu/~msp/software.html
I haven't actually seen it run with ASIO (I have an RME Hammerfall PCI; nobody seems to be able to use that one with Pd&ASIO yet...)
cheers Miller
On Wed, Mar 13, 2002 at 05:51:35PM +0100, Michael Iber wrote:
Hi Johannes, could you post your version (of the modified bins). Unfortunaltely I do not have a VC++ for Windows. Thanks Michel
At 16:27 13.03.02 +0100, you wrote:
Nice! After tweaking the DefaultInputDevice and DefaultOutputDevice I get stable operation on MAudio Audiophile2496, Terratec EWS88D and the EchoAudio Layla24. All tested with a latency of 256 samples @ 44.1kHz under Win2k (in Standard PC mode, not ACPI).
Tonight I'll look at enabling multi-channel operation and try my RME Hammerfall DSP again.
thanks a lot!
Johannes
Michael Iber
http://www.iberspace.de mailto://mail@iber-online.de
Hi!
I've got it running with the RME Hammerfall DSP PCI card. OK this card is not the same as the older Hammerfall PCI, but I think it is very similar. Still using 256 samples buffer. I needed to set the sDefaultOutputDeviceID and sDefaultInputDeviceID to 1 on this machine, but I had to use 2 on some other machines. The default 0 was the directx or mme asio wrapper on all the machines I tested, and always skipped buffers.
The diagnostic output in Test14 helps choosing the right one. Command-line configuration would make it usable without compiler. Still missing multi-channel support. I'll look at that tonight, hints on where to look are very welcome.
Johannes
On Wed, 13 Mar 2002, Miller Puckette wrote:
I haven't actually seen it run with ASIO (I have an RME Hammerfall PCI; nobody seems to be able to use that one with Pd&ASIO yet...)
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...
cheers Miller
On Wed, Mar 13, 2002 at 07:24:34PM +0100, Johannes Taelman wrote:
Hi!
I've got it running with the RME Hammerfall DSP PCI card. OK this card is not the same as the older Hammerfall PCI, but I think it is very similar. Still using 256 samples buffer. I needed to set the sDefaultOutputDeviceID and sDefaultInputDeviceID to 1 on this machine, but I had to use 2 on some other machines. The default 0 was the directx or mme asio wrapper on all the machines I tested, and always skipped buffers.
The diagnostic output in Test14 helps choosing the right one. Command-line configuration would make it usable without compiler. Still missing multi-channel support. I'll look at that tonight, hints on where to look are very welcome.
Johannes
On Wed, 13 Mar 2002, Miller Puckette wrote:
I haven't actually seen it run with ASIO (I have an RME Hammerfall PCI; nobody seems to be able to use that one with Pd&ASIO yet...)
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
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