hello. is there a -flag that i can use to get the devices in my linux box? I'm trying to use the midi off one card and the audio off another. is this possible (with alsa)? thanks mark .k
I think it's possible to do this (pd -alsadev hw:1,0 -midiindev 2, for example) I haven't learned how to get listings of devices in Alsa yet.
cheers Miller
On Mon, Jun 24, 2002 at 11:10:32AM -0500, Mark Khemma wrote:
hello. is there a -flag that i can use to get the devices in my linux box? I'm trying to use the midi off one card and the audio off another. is this possible (with alsa)? thanks mark .k
Miller Puckette hat gesagt: // Miller Puckette wrote:
I think it's possible to do this (pd -alsadev hw:1,0 -midiindev 2, for example) I haven't learned how to get listings of devices in Alsa yet.
aplay.c in the alsa-utils package is the reference code, especially the two functions, pcm_list() and device_list() I think are valid here.
And regarding the midi devices I think it would be a good idea to be able to specify the real devices, not only with "-midiindev x" where the device then is /dev/midi(x-1)
Or can I call pd with "-midiindev /dev/snd/midiC0D0" already?
Frank Barknecht _ ______footils.org__
This would be worthwhile... I'll stick it on the dolist (I've almost got 0.35 stable at last and just want to release it before introducing any new problems...)
cheers Miller
On Mon, Jun 24, 2002 at 08:47:11PM +0200, Frank Barknecht wrote:
Miller Puckette hat gesagt: // Miller Puckette wrote:
I think it's possible to do this (pd -alsadev hw:1,0 -midiindev 2, for example) I haven't learned how to get listings of devices in Alsa yet.
aplay.c in the alsa-utils package is the reference code, especially the two functions, pcm_list() and device_list() I think are valid here.
And regarding the midi devices I think it would be a good idea to be able to specify the real devices, not only with "-midiindev x" where the device then is /dev/midi(x-1)
Or can I call pd with "-midiindev /dev/snd/midiC0D0" already?
ciao,
Frank Barknecht _ ______footils.org__