Jim Ruxton wrote:
> client 72: 'External MIDI 1' [type=kernel]
> 0 'Midisport 2x2 Port 0'
> 1 'Midisport 2x2 Port 1'
> client 80: 'Virtual Raw MIDI 2-0' [type=kernel]
> 0 'VirMIDI 2-0 '
> ...
> Then I connect the second midisport port to the first vitual port:
>
> "aconnect 80:0 72:1"
> ...
> I can send data out the first and second port ie. channel 1 and 17 but
> only get data into the first port.

aconnect creates a one-way connection. You have to connect the
Midisport's input port to the virmidi port as well:

        aconnect 72:1 80:0


HTH
Clemens




-------------------------------------------------------
This SF.net email is sponsored by:  Etnus, makers of TotalView, The best
thread debugger on the planet. Designed with thread debugging features
you've never dreamed of, try TotalView 6 free at www.etnus.com.
_______________________________________________
Alsa-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-user

Reply via email to