[Milkymist-devel] [Democompo] Status

Sébastien Bourdeauducq sebastien.bourdeauducq at lekernel.net
Sun Sep 13 10:12:04 PDT 2009


Hi!

On Sunday 13 September 2009 17:21:18 Bengt Sjölén wrote:
> I just pushed some major changes into the modsynth repo. It's playing
> the mod files in the data directory fairly successfully now.

Cool :) Thanks for the contribution.
Just two things:
- the API must expect a buffer containing the MOD data, not a filename from 
which it reads the file. So the function should be something like
int mod_load_buffer(mod_context_t**, void*);
instead of
int mod_load_file(mod_context_t**, const char*);
- severe problems can be heard on 3.mod, and on 0.mod the rhythm is not 
correct (this problem is perhaps linked to those with 3.mod)

Regards,
Sébastien



More information about the Devel mailing list