Search found 2 matches

by ChillyWilly
Sat Apr 16, 2011 2:48 am
Forum: maxmod
Topic: Bug in MMUtil?
Replies: 1
Views: 10962

Re: Bug in MMUtil?

Okay, a closer look at Write_Sample() shows this: if( samp->msl_index == 0xFFFF ) So the sample DATA is only written if msl_index is 0xFFFF; i.e., this is a unique sample. Otherwise, only the header is written, which has info we need. So it's good. Sorry about any confusion - it was on my side. :oops:
by ChillyWilly
Thu Apr 14, 2011 2:22 am
Forum: maxmod
Topic: Bug in MMUtil?
Replies: 1
Views: 10962

Bug in MMUtil?

I have been working on sound support for the 32X, and mmutil seems like the perfect preprocessor for music and sound effects. While making a few changes to make the 32X handle it easier (like changing the endianness of words and longs), I believe I ran across a pretty substantial bug. Look at when y...