VOGONS


MIDI Looping

Topic actions

First post, by tbx

User metadata
Rank Newbie
Rank
Newbie

Is there a MIDI player for DOS that will play a MIDI file on repeat? I've been using DOSMid for a while but haven't found a way to loop. Placing a file in a M3U playlist multiple times seems to work but adds a gap between loops.

Reply 1 of 1, by Shreddoc

User metadata
Rank Oldbie
Rank
Oldbie

Just a suggestion, doing it manually in a batch file could be one method.

e.g.
PLAY3X.BAT

DOSMID SONG.MID
DOSMID SONG.MID
DOSMID SONG.MID

FOREVER.BAT

:START
DOSMID SONG.MID
GOTO START