TCH
Active Member
Joined: Jul 2, 2024
Last seen: Jul 3, 2024
Last seen: Jul 3, 2024
Follow
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
Forum
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
Forum
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
Forum