fbpx
Skip to main content

MIDI Forum

Active Member
Joined: Jul 2, 2024
Last seen: Jul 3, 2024
Topics: 1 / Replies: 3
Reply
RE: MIDI timing

Originally i did the timing by accumulating each track's delta and then subtract lowest delta from all accumulators and wait that time. For this cause...

4 months ago
Reply
RE: MIDI timing

Thank you, that is the problem. I wrote this small routine and the difference is much less now: void prusleep(uint32_t us) { struct timespec tp0,...

4 months ago
Reply
RE: MIDI timing

Addition: I've just implemented seeking and MID length measuring (as in time). The seeking and the measurement is perfectly working, so now i understa...

4 months ago
Topic
4 months ago
Replies: 4
Views: 246