Page 1 of 1

Not looping

Posted: Sun Apr 15, 2012 5:25 pm
by icedaddy
Hi
A very basic question with MaxMod. I've loaded an .xm file from the soundbank and I want it to play and loop continuously but it plays once only.

Code: Select all

mmLoad(MOD_MENU);
mmStart(MOD_MENU, MM_PLAY_LOOP);   // *** NOT REPEATING !!!
Am I missing something obvious? Does the .xm file need to be setup as looping audio for the MM_PLAY_LOOP flag to have an effect?

Thanks

Re: Not looping

Posted: Thu Apr 19, 2012 12:02 am
by WinterMute
Yes.