From julian at casadesus.com.ar Tue Jun 24 06:50:02 2008 From: julian at casadesus.com.ar (Julian Casadesus) Date: Tue, 24 Jun 2008 10:50:02 -0300 Subject: MidiOutDeviceProvider and ALSA devices under GNU/Linux Message-ID: <20080624105002.eed0d484.julian@casadesus.com.ar> Hello, If i run on a terminal: aconnect -o i get this result: julian at linux:~$ 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