Hello, If i run on a terminal: aconnect -o
i get this result: [EMAIL PROTECTED]:~$ aconnect -o client 14: 'Midi Through' [type=kernel] 0 'Midi Through Port-0' client 128: 'TiMidity' [type=user] 0 'TiMidity port 0 ' 1 'TiMidity port 1 ' 2 'TiMidity port 2 ' 3 'TiMidity port 3 ' However, when trying to get the channel list using the java sound api, the MidiOutDeviceProvider doesn't show me the same result. On the other hand, if I load the kernel module "snd_virmidi", MidiOutDeviceProvider returns all the "VirMIDI 1-*" devices. So, the question is: Why is this happening? Is this the expected result? Cheers, Julian