Page 1 of 1

Is there a limit to the number of sound effects in maxmod?

Posted: Fri Feb 06, 2009 4:44 pm
by yrro
I have a project with 44 sound effects, resulting in a soundbank file of about 4.5 MB.

I am using mmInitDefault to keep the soundbank external and only loading the sounds into memory as and when i need them. When I no longer need them, I call mmEffectCancel and then mmUnloadEffect.

However, my project crashes.

If I reduce the number of effects (and therefore reduce the size of the soundbank file), everything is fine.

So, is there a limit? Or is this a bug? :)

Thanks in advance.

Re: Is there a limit to the number of sound effects in maxmod?

Posted: Sat Feb 07, 2009 5:34 pm
by eKid
There's no limit (no restricting limit anyway).

Are you sure you aren't loading too many samples into memory at some point?