MOD music player for MonkeyX
- Android
- iOS
###Android
- If you are using modplay on Android, you will need to copy the native\android\armeabi\libmodplug.so file into your compiled project's libs\armeabi folder.
###iOS
- Nothing to do ;-)
Local player:= New ModPlayer()
player.SetLoopCount(-1) ' looping is supported, hurrah!
Local file:= New ModFile("mymodfile.mod")
player.Play(file)
Local anotherFile:= New ModFile("another.mod")
player.Play(anotherFile)
0.1a