Search found 65 matches

by eKid
Sat Mar 21, 2009 1:34 pm
Forum: maxmod
Topic: stream sound[solved]
Replies: 26
Views: 133216

Re: streaming audio

The header file contains definitions for the indexes in the sound bank. You need it if you want to load a specific song/sample.
by eKid
Sat Mar 21, 2009 1:31 pm
Forum: maxmod
Topic: Changing Sample Start Position
Replies: 4
Views: 6388

Re: Changing Sample Start Position

Sorry, there's no access to sample offset with the sound effects api. :)
by eKid
Thu Mar 19, 2009 3:28 am
Forum: maxmod
Topic: Midi Support Question
Replies: 1
Views: 4148

Re: Midi Support Question

There's no existing midi features, no features in the works, midi is something I have yet to learn! (or perhaps not midi protocol, but how the heck it translates into sound)
by eKid
Mon Mar 16, 2009 7:32 am
Forum: DS/DSi Development
Topic: grit can't find my png files
Replies: 9
Views: 8910

Re: grit can't find my png files

I'll ask again for the exact error message... Can you please copy and paste it?
Also, paste your makefile here, I'm sure the problem is very easy to fix. One more thing that might help is your directory structure. example:
/projectfolder
  • /projectfolder/gfx
    by eKid
    Mon Mar 16, 2009 6:06 am
    Forum: DS/DSi Development
    Topic: sprite animation, how to "remember" the frames
    Replies: 1
    Views: 3008

    Re: sprite animation, how to "remember" the frames

    You should keep data about all of the objects or entities present (containing their animation frames and what not). Then you can translate that data into sprite/rendering data for displaying them.
    by eKid
    Mon Mar 16, 2009 2:43 am
    Forum: DS/DSi Development
    Topic: grit can't find my png files
    Replies: 9
    Views: 8910

    Re: grit can't find my png files

    Tomdev wrote:there is no directory ...blabla
    I can't guess which error it is from this description. Paste the exact error man. :P

    Maybe your VPATH isn't set with that directory.
    by eKid
    Sun Mar 15, 2009 5:25 pm
    Forum: DS/DSi Development
    Topic: grit can't find my png files
    Replies: 9
    Views: 8910

    Re: grit can't find my png files

    What is the exact error message you get?

    Is your makefile setup to automaticaly convert png files in your gfx folder?
    by eKid
    Tue Mar 10, 2009 12:17 pm
    Forum: maxmod
    Topic: stream sound[solved]
    Replies: 26
    Views: 133216

    Re: streaming audio

    No, with this setup only the things that you load will be in memory (mmLoad/mmLoadEffect). You can also set it up where the soundbank is linked in with the program, so everything will already be in memory (although you still need to use mmLoad/Effect).
    by eKid
    Fri Mar 06, 2009 11:32 pm
    Forum: maxmod
    Topic: stream sound[solved]
    Replies: 26
    Views: 133216

    Re: streaming audio

    Yes, mmInitDefault("filename") will initialize maxmod to use a soundbank on the card.
    by eKid
    Fri Mar 06, 2009 11:39 am
    Forum: maxmod
    Topic: stream sound[solved]
    Replies: 26
    Views: 133216

    Re: streaming audio

    First the module must be preconverted with the maxmod utility (mmutil), the utility puts all of your modules and sounds into one 'soundbank' file. This file can be used with maxmod so that you can then 'mmLoad' the song into memory and then 'mmStart' start playback. http://www.maxmod.org/ref/tut/con...