> Did you figure out the timing problem that made tempo a little slow? No, but I think if I increase the thread's priority it should be better. Even if the exact method I'm using doesn't work, there are a couple of other options such as using a worker thread and GetTickCount(), or I even have some assembly language code for Intel CPUs now with nanosecond resolution! However at the moment I'll see if I can stick with what's there now.
> Also, > does this totally eliminate the "slow sound" problem, or does it still > happen at times? It never happens and should never ever happen. > If you have a binary snapshot working decently, I can test on win98 if > you'd like. Unfortunately it doesn't work on Win 9x yet, but it will in the final implementation of course. Thanks! Alex.
