Search:

Type: Posts; User: likeregularchic

Search: Search took 0.00 seconds.

  1. Replies
    6
    Views
    6,659

    thanks for the link. i didnt know about timer...

    thanks for the link. i didnt know about timer queues so ill give that a go too. The combination of timeSetEvent and QueryPerformanceCounter seems to be working ok,though its still sometimes going a...
  2. Replies
    6
    Views
    6,659

    well i've got it set up so the timeSetEvent is...

    well i've got it set up so the timeSetEvent is supposed to be called every 10 ms. but when it is called it uses timeGetTime or GetTickCount to figure out how much time has really passed...
    I think...
  3. Replies
    6
    Views
    6,659

    well i tried with GetTickCount but it seemed to...

    well i tried with GetTickCount but it seemed to be worse. I had a look in msdn and it only updates its value every 40 or 50 milliseconds. I'll try the high res timer in queryper........ and see if it...
  4. Replies
    6
    Views
    6,659

    timeSetEvent problem

    Hello,

    I'm making a real time synthesizer, and i've set it up so that it uses timeSetEvent to call a function to update the sound to be played every 10 milliseconds. But this doesnt really work,...
Results 1 to 4 of 4