Uhmm... What's your full command line? Are you using the -pa switch?
C:/pd/bin/pd.exe -pa This should instruct pd to use portaudio (which I believe is the preferred method of invoking the asio drivers.)
It used to be c:/pd/bin/pd.exe -asio but that seems to have been changed in pd 0.37
My 2 cents. Dave Sabine
-----Original Message----- From: pd-list-admin@iem.at [mailto:pd-list-admin@iem.at] On Behalf Of Sam Sent: August 1, 2003 4:36 AM To: Johannes Taelman; pd-list@iem.at Subject: Re: [PD] Anyone using Digidesign Interfaces?
Thanks Johannes very helpful, bit silly of me to forget sorry... So now I've got a listdev working....
C:\pd\bin>pd -asio -listdev MIDI output device #1: Microsoft GS Wavetable SW Synth Number of devices = 3 ---------------------------------------------- #1 DefaultInput DefaultOutput Name = ASIO Digidesign Driver Max Inputs = 18, Max Outputs = 18 Sample Rates = 44100.00, 48000.00, 88200.00, 96000.00, Native Sample Formats = paInt24,
<Snip> ---------------------------------------------- not using MIDI input (use 'pd -midiindev 1' to override) using default input device number: 0 using default output device number: 0 nchan 2, flags 3, bufs 4, framesperbuf 256 C:/pd
So pd -asio should run with device number one, the default... It just does nothing. The other asio drivers I have on my system(Steinberg ASIO drivers) run my laptop soundcard really badly but the default asio device results in no audio at all. I've tried -noadc and specifying channels and -audiodev 0 and all the other audiodevs.. (1 and 2 are Steinberg, 3 is out of range)
I'd really like to get this working if possible for a perceptual experiment I'm working on, so if anyone has any other suggestions I'd be grateful. Otherwise its writesf~ and big wavefiles again...
Sam
pd 0.36 and winxp
On Thu, 31 Jul 2003 10:05:37 +0200, Johannes Taelman johannes.taelman@UGent.be wrote:
I've tried -listdev with my 002r and only my laptop sound card appears.
No Digidesign here but I think you need "-asio -listdev" to list asio drivers.
Johannes