-
We use callbacks from the MIDI file player in our Windows app. It seems like there is a rather large amount of inconsistency in the timing of received events. Based on the tests run so far, the length of a nominal 236 mSec. note (on to off) appears to be 218 to 243 mSec. Are there any known issues we should be aware of before we dig deeper? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
Why does it matter that the timing of the received events matches the length of the note? Depending on how many events there must be dispatched you may receive the callback of a particular event sooner or later. What matters is the there are no inconsistencies in the generated audio. |
Beta Was this translation helpful? Give feedback.
Why does it matter that the timing of the received events matches the length of the note? Depending on how many events there must be dispatched you may receive the callback of a particular event sooner or later. What matters is the there are no inconsistencies in the generated audio.