Re: [Melys-devel] Using external MIDI port
Status: Alpha
Brought to you by:
steve
|
From: Steve R. <st...@pa...> - 2000-04-01 15:29:46
|
Your problem looks similar to ALSA bug number 619: http://www.alsa-project.org/cgi-bin/bugs/00_INCOMING?id=619;user=guest;selectid=619 Although the bug report is saying it happens on output, while you are seeing a problem on input. I also have a Live! but I do not see this problem on either input or output. I am using a version of ALSA from CVS just after 0.5.6, so the problem may have been fixed. > Am I doing something wrong? Is there a way to test the > port using another program so I can determine if melys > or ALSA is to blame? Also, once melys segfaults, port > 64:0 becomes unusable for reading *or* writing until I > reboot the computer. I am unable to simply restart the > ALSA driver - it insists that it is in use. Not being able to restart the driver is definitely an ALSA error. Have a look in /var/log/messages and see if there is an Oops message written when the problem occurs. You can use the alsa-lib/test/seq program to receive MIDI events and print out them out: seq decoder 64.0 ..Steve |