1
MilkyTracker Feature Requests / Re: GUI improvement request for Android version of Milkytracker
« on: May 03, 2014, 00:16:38 »
And, please, provide also an apk outside google play that my tiny tablet is too old (4.0.4)
Please note: Your main modarchive.org account will not work here, you must create a forum account to post on the forums.
There are at least two problems with it:
* The CPU usage is currently 100% due to a missing POSIX usleep function on AROS. See line 95 of src/PPUI/osinterface/posix/PPSystem_POSIX.cpp.
* AROS seg-faults when Milkytracker attempts to obtain a directory listing (again using POSIX functions).
You can test the executable by loading a file from the command line, ie:
System:> milkytracker_debug mysong.xm
Anyway, you have the source code and the binary can be built