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 !!!
Thanks
Moderator: eKid
Code: Select all
mmLoad(MOD_MENU);
mmStart(MOD_MENU, MM_PLAY_LOOP); // *** NOT REPEATING !!!
Users browsing this forum: No registered users and 1 guest