PlayMusic function automatically loops?

Blitz3D Forums/Blitz3D Programming/PlayMusic function automatically loops?

Rainking(Posted 2003) [#1]
Does the PlayMusic function automatically loopback and start playing the same piece again when it ends?


jhocking(Posted 2003) [#2]
Yes, in Blitz3D anyway. In BlitzPlus looping is activated with a flag. If you don't want your music to loop use PlaySound.


Rainking(Posted 2003) [#3]
Thanks - I don't want it to loop so I guess I'll be using PlaySound.


Rainking(Posted 2003) [#4]
Hmmm does LoadSound support midi files?