[Bug 154892] Re: kmid doesn't send note on/note off on Kubuntu Gutsy 64bits

TJ ubuntu at tjworld.net
Mon Nov 5 22:58:54 UTC 2007


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.




More information about the kubuntu-bugs mailing list