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
Ok, I find a solution :
$ aconnect -i client 0: 'System' [type=noyau] 0 'Timer ' 1 'Announce ' client 14: 'Midi Through' [type=noyau] 0 'Midi Through Port-0' client 20: 'USB Uno MIDI Interface' [type=noyau] 0 'USB Uno MIDI Interface MIDI 1' client 128: 'Pure Data' [type=utilisateur] 1 'Pure Data Midi-Out 1'
$ aconnect -o client 14: 'Midi Through' [type=noyau] 0 'Midi Through Port-0' client 20: 'USB Uno MIDI Interface' [type=noyau] 0 'USB Uno MIDI Interface MIDI 1' client 128: 'Pure Data' [type=utilisateur] 0 'Pure Data Midi-In 1'
then : $ aconnect 128:1 20:0
Now, how can i keep this configuration each time i reboot my laptop ? ++
Jack
Le 21/01/2014 12:18, Jack a écrit :
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
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
On 01/21/2014 02:20 PM, Jack wrote:
Now, how can i keep this configuration each time i reboot my laptop ? ++
if you have a desktop, use qjackctl (which despite it's name can also handle alsa-midi routing):
fgmdsart IOhannes