On Tue, May 17, 2011 at 7:26 AM, Clemens Ladisch <clemens(a)ladisch.de> wrote:
Kevin Cosgrove wrote:
3 [BCF2000 ]: USB-Audio - BCF2000
BEHRINGER BCF2000 at usb-0000:00:1d.2-1, full speed
<MIDI-port tag="mcu" device="/dev/snd/midiC3D0"
type="alsa/raw" mode="duplex"/>
Try this:
<MIDI-port tag="mcu" device="hw:BCF2000"
type="alsa/raw" mode="duplex"/>
that's not likely to work. type="alsa/raw" means that ardour will call
open(2) on the device name.
to kevin: please run ardour with strace like this:
strace -e trace=open ardour2 2>&1 | grep /dev
and paste the results.
--p