The "low level synthesizer" (KSynthesizer) now compiles and runs
entierly without Qt. I hope this will extend the potential user base
of the synthesizer to anyone running linux.
The scheduling should be much better now, since the synthesizer just
gets started using Synthesizer->Start once, instead of calling Run
for every x cycles. (new files: ioevent.h/ioevent.cc)
I am not quite shure wether the solution will be portable to other
ORBs, but for mico it does the trick.