Search found 2 matches

by 020200
Sun Apr 30, 2006 7:18 pm
Forum: PSP Lua Player Development
Topic: Questions about Lua PSP sound
Replies: 1
Views: 2007

I just want to start playing with sound, too, but I am interestes in the module stuff (.xm, .mod. etc..). Can I play more than one module at once? The thing I have in mind is something like "Abletons Live", just with Modules instead of wavs...
by 020200
Sun Apr 09, 2006 7:25 am
Forum: PSP Lua Player Development
Topic: The magic gate to double buffering
Replies: 6
Views: 3185

The magic gate to double buffering

I am really having some troubles with the double buffering. Is there a way to *directly* print on screen, or to emulate that behaviour? When I want to clear the screen I do it once. But when the screen:flip() is inside the loop everything goes flashy. I surely need the flip to get the actual changes...