I imagine you've already tried "(...pd...) -asio -audiodev 33", yes?
my version of pd doesn't recognise -audiodev as an arg.. I'm using pd-0.35-test23.msw.zip but..... i do get a stackload of asio device options.. including WDM style asio (The new Windows Model for XP e.t.c.) which is the one i need to use really. I tried -asio -sounddev 1 and -asio -soundoutdev 1 e.t.c. Any asio invocation uses the onboard sb card..(even though this is not device 0) Could it be because the card i want to use is multichannel? (i only need the first 2 channels though)
the card is an event/echo gina card
mmmm very confusing..
any help....? has anyone got asio working on xp>
Thanks
Tom
C:\pd\bin>pd -asio not using MIDI input (use 'pd -midiindev 1' to override) using default device number: 0 nchan 2, flags 3, bufs 4, framesperbuf 256 PaASIO_QueryDeviceInfo: numDrivers = 4
Driver [0]: ASIO DirectX Driver PaASIO_QueryDeviceInfo: InputChannels = 2 PaASIO_QueryDeviceInfo: OutputChannels = 2 PortAudio : possible sample rate = 11025 PortAudio : possible sample rate = 22050 PortAudio : possible sample rate = 32000 PortAudio : possible sample rate = 44100 PortAudio : possible sample rate = 48000 PortAudio : possible sample rate = 88200 PortAudio : possible sample rate = 96000
Driver [1]: ASIO DirectX Full Duplex Driver PaASIO_QueryDeviceInfo: InputChannels = 6 PaASIO_QueryDeviceInfo: OutputChannels = 10 PortAudio : possible sample rate = 44100 PortAudio : possible sample rate = 48000
Driver [2]: ASIO Echo WDM PaASIO_QueryDeviceInfo: InputChannels = 4 PaASIO_QueryDeviceInfo: OutputChannels = 10 PortAudio : possible sample rate = 44100
Driver [3]: ASIO Multimedia Driver PaASIO_QueryDeviceInfo: InputChannels = 6 PaASIO_QueryDeviceInfo: OutputChannels = 12 PortAudio : possible sample rate = 11025 PortAudio : possible sample rate = 22050 PortAudio : possible sample rate = 32000 PortAudio : possible sample rate = 44100 PortAudio : possible sample rate = 48000 PortAudio : possible sample rate = 88200 PortAudio : possible sample rate = 96000
PortAudio : minSize = 512 PortAudio : preferredSize = 3000 PortAudio : maxSize = 16384 PortAudio : granularity = 512 PortAudio : User buffer size = 256 PortAudio : ASIO buffer size = 1024 PortAudio : Minimum BufferOffset for Output = 0 PortAudio : ASIOCreateBuffers with size = 1024 PortAudio : InputLatency = 0 latency = 0 msec PortAudio : OuputLatency = 9000 latency = 204 msec C:/pd
----- Original Message ----- From: "Miller Puckette" mpuckett@man104-1.ucsd.edu To: "nullpointer" nullpointer@odessadesign.co.uk Cc: "pd-list" pd-list@iem.kug.ac.at Sent: Tuesday, May 14, 2002 4:47 PM Subject: Re: [PD] ASIO (bug?)
Hi Tom,
I imagine you've already tried "(...pd...) -asio -audiodev 33", yes? that's the way I thought it should work. Unfortunately I've NEVER been able to get any of my machines to work with ASIO at all, so I can't really test the ASIO feature!
cheers Miller
On Mon, May 13, 2002 at 01:23:55PM +0100, nullpointer wrote:
Thanks to Matthew P (and T.Grill) I am running pd from logic audio as
either
a netreceive version (using pd-auto vst plugin) or using virtual midi
ports
(MIDIYOKE)
However my pd audio output is delayed from the logic audio output... Both pd and logic are using the same card but pd is using mme drivers
and
logic is using asio... I tried to get pd to use the asio drivers but couldn't select from the
list
of drivers available (it always picks driver 0 -a directx driver) I want driver 33 or something for asio.. So i tried upgrading from test 17 to
test
23 but now i can't select the card I want.. pd defaults to the onboard
SB
soundcard...which has no asio drivers anyway!.. so i need to be able to select the appropriate card device and then the correct driver for that device.. I have tried lots of different combos of the command line args
but
to no joy..
Any tips??
P.S. windows xp with pd test 17-23 and logic audio 5
Thanks
Tom