kmid uses the MidPlayer component of kdelibs to load and play midi
files. In kmidclient.cpp kmidClient::slotPlay() does:

if ((m_kMid.pid=fork())==0)
{
    player->play(0,(void (*)(void))kmidOutput);
    _exit(0);
}
m_kMid.pctl->millisecsPlayed=0;

which calls kdelib's libkmid/player.cc MidiPlayer::play() in a child
process.

It looks as if that child process is the root cause of the problem. I've
currently got a kdelib/libkmid debug version building. Hopefully I can
learn more from that.

-- 
kmid doesn't send note on/note off on Kubuntu Gutsy 64bits
https://bugs.launchpad.net/bugs/154892
You received this bug notification because you are a member of Kubuntu
Team, which is a bug contact for kdemultimedia in ubuntu.

-- 
kubuntu-bugs mailing list
[EMAIL PROTECTED]
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs

Reply via email to