Hello, I've got a problem trying to run pd with my m-audio delta 66 soundcard on mac osx (jaguar). Pd version is pd-0.36-0 and TclTkAquaBI-8.4.1.0-Jaguar.dmg. When I start pd, it looks like this (below). I'll be very glad to hear from you.
rodrigo derteano
[dyn221:~/desktop/pd-0.36-0/bin] rodrigoderteano% ./pd -listdev Number of devices = 11 ---------------------------------------------- #1 Name = Built-in audio controller Max Inputs = 2, Max Outputs = 0 Sample Rate Range = 8000.000000 to 96000.000000 Native Sample Formats = paFloat32, ---------------------------------------------- #2 Name = Multichannel Delta-66 Max Inputs = 8, Max Outputs = 0 Sample Rate Range = 8000.000000 to 96000.000000 Native Sample Formats = paFloat32, ---------------------------------------------- #3 Name = Analog 1/2 Delta-66 Max Inputs = 2, Max Outputs = 0 Sample Rate Range = 8000.000000 to 96000.000000 Native Sample Formats = paFloat32, ---------------------------------------------- #4 Name = Analog 3/4 Delta-66 Max Inputs = 2, Max Outputs = 0 Sample Rate Range = 8000.000000 to 96000.000000 Native Sample Formats = paFloat32, ---------------------------------------------- #5 Name = S/PDIF Delta-66 Max Inputs = 2, Max Outputs = 0 Sample Rate Range = 8000.000000 to 96000.000000 Native Sample Formats = paFloat32, ---------------------------------------------- #6 DefaultInput Name = Mixer Delta-66 Max Inputs = 2, Max Outputs = 0 Sample Rate Range = 8000.000000 to 96000.000000 Native Sample Formats = paFloat32, ---------------------------------------------- #7 Name = Built-in audio controller Max Inputs = 0, Max Outputs = 2 Sample Rate Range = 8000.000000 to 96000.000000 Native Sample Formats = paFloat32, ---------------------------------------------- #8 DefaultOutput Name = Multichannel Delta-66 Max Inputs = 0, Max Outputs = 6 Sample Rate Range = 8000.000000 to 96000.000000 Native Sample Formats = paFloat32, ---------------------------------------------- #9 Name = Analog 1/2 Delta-66 Max Inputs = 0, Max Outputs = 2 Sample Rate Range = 8000.000000 to 96000.000000 Native Sample Formats = paFloat32, ---------------------------------------------- #10 Name = Analog 3/4 Delta-66 Max Inputs = 0, Max Outputs = 2 Sample Rate Range = 8000.000000 to 96000.000000 Native Sample Formats = paFloat32, ---------------------------------------------- #11 Name = S/PDIF Delta-66 Max Inputs = 0, Max Outputs = 2 Sample Rate Range = 8000.000000 to 96000.000000 Native Sample Formats = paFloat32,
[MIDISportLike] count of items in device list is 0 [MIDISportLike] considering service whose index is 0 [MIDISportLike] considering service whose index is 1 [MIDISportLike] considering service whose index is 2 [MIDISportLike] considering service whose index is 3 could not open midi input device number 1: Host error. could not open midi output device number 1: Host error. using default input device number: 5 using default output device number: 7 nchan 2, flags 3, bufs 8, framesperbuf 256 Could not create output format converter: error = 0x666D743F = 'fmt?' Error number -10000 occured opening portaudio stream Error message: Host error.
Rodrigo Derteano said this at Tue, 28 Jan 2003 17:56:50 -0800:
Hello, I've got a problem trying to run pd with my m-audio delta 66 soundcard on mac osx (jaguar). Pd version is pd-0.36-0 and TclTkAquaBI-8.4.1.0-Jaguar.dmg. When I start pd, it looks like this (below). I'll be very glad to hear from you.
Mmm... looks similar to what I get on the Delta 4/10 on the NT setup I look after...
does this work?
./pd -audioindev 3 -audiooutdev 9
and then if that works, how about
./pd -audioindev 3,4 -audiooutdev 9,10
I'm quite curious to hear about M-Audio devices on OSX, as I'm quite interested in their interfaces...
cheers, adam