Rockbox Development > Feature Ideas
Porting modplug...?
delt:
BTW i just fixed a small but annoying bug that made instrument and sample lists scroll upside down on ipod.
Just changed apps/plugins/mikmod/mikmod.c lines 64 and 65 from:
--- Code: ---#define BTN_UP BUTTON_SCROLL_FWD
#define BTN_DOWN BUTTON_SCROLL_BACK
--- End code ---
to:
--- Code: ---#define BTN_DOWN BUTTON_SCROLL_FWD
#define BTN_UP BUTTON_SCROLL_BACK
--- End code ---
/* edit */
Never mind, that screws up the volume control now. Best fix is to swap lines 584-589 with lines 604-609.
Strife89:
I've applied the patch and I'm loving it. I had 43 MB of free space on my micro SD card before. A quick visit to www.modarchive.org filled it up completely. :o ;D
XqWyZ:
what about bassmod as a src?
Chronon:
--- Quote from: delt on September 01, 2008, 09:34:37 PM ---Cool. But isn't vmware commercial? (i don't have it....)
--- End quote ---
Also, VirtualBox now supports VMWare disk images.
--- Quote from: XqWyZ on January 15, 2009, 10:37:57 AM ---what about bassmod as a src?
--- End quote ---
What is your suggestion, exactly?
Navigation
[0] Message Index
[*] Previous page
Go to full version