Hello,
I need your help :)
I try to use my M-Audio Uno MIDI interface with Pd, but it doesn't work.
I tried this three command to be sure that my MIDI interface works.
$ lsusb ... Bus 001 Device 007: ID 0763:0150 Midiman M-Audio Uno ...
$ dmesg | tail [ 389.178324] usb 1-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0 [ 389.178328] usb 1-1.2: Product: USB Uno MIDI Interface [ 389.178331] usb 1-1.2: Manufacturer: M-Audio
$ amidi -p hw:1 -S 'F0 43 10 4C 00 00 7E 00 F7' and i can see the LED "MIDI out" blinking.
Now with Pd, i tried : $ pd -nosleep -noaudio -alsamidi -midiindev 0 -midioutdev 0 or $ pd -nosleep -noaudio -alsamidi -midiindev 1 -midioutdev 1
but after checking the toggle "MIDI OUT" in "media -> test Audio and MIDI", and can't see LED blinking on my interface. Even after "media -> ALSA MIDI" : In Ports : 1, Out Ports : 1 -> Apply and OK, I get nothing.
I am sure i miss something... Any help is welcome. Thanx. ++
Jack