sygem / modplay

MOD music player for MonkeyX

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

modplay

MOD music player for MonkeyX

Supported Targets

  • Android
  • iOS

Installation Instructions

###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 ;-)

Usage Example

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)

Version

0.1a

About

MOD music player for MonkeyX

License:Apache License 2.0


Languages

Language:C 50.5%Language:C++ 31.6%Language:Monkey 11.1%Language:Java 6.9%