Not looping
Posted: Sun Apr 15, 2012 5:25 pm
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.
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
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