Search found 4 matches

by surffer3d
Tue Sep 14, 2010 9:17 pm
Forum: maxmod
Topic: Playback stops
Replies: 1
Views: 4226

Playback stops

Hi, I've encapsulted in my own classes some calls of Maxmod, but I found a problem that I'm not sure where it comes from. By experimenting, it looks like if my classes have virtual functions, the sound system will not work as expected. Let me show you a working example of using MaxMod directly and t...
by surffer3d
Wed Aug 18, 2010 12:53 am
Forum: DS/DSi Development
Topic: Blending sprites
Replies: 5
Views: 6075

Re: Blending sprites

You were right ... it was working fine on the console but not on the emulator, my fault. From now I will test more often on console.
by surffer3d
Tue Aug 17, 2010 11:31 am
Forum: DS/DSi Development
Topic: Blending sprites
Replies: 5
Views: 6075

Re: Blending sprites

Thanks for the replies! I didn't know that the registers where available in the documentation, so thanks to point this out! It would be nice if them could be also added to the documentation in the future. And also I didn't realize about the variables should be declared volatile. I've tried with the ...
by surffer3d
Tue Aug 17, 2010 12:29 am
Forum: DS/DSi Development
Topic: Blending sprites
Replies: 5
Views: 6075

Blending sprites

Hello, I'm learning about libnds, and now I'm facing sprite blending. I could get the sprites to blend all at once, but I need to enable/disable the effect on each one. I don't know if this is possible, or maybe I missed it in the provided examples. Anyway, I'm finding this blending topic a little d...