Re: How to add loop points to MIDI files?
Posted on 2019-09-26, 20:28
What game/engine is this for? Some of them handled loops very differently from one another. I know Descent used specific MIDI Event messages to set loop points, but AFAIK those aren't standardized. In that specific case, you end up adding fairly low-level MIDI commands into the sequence. If you're …