Format :
Code: Select all
u8*
Please Help !
Moderator: eKid
Code: Select all
u8*
No. It's too much trouble to add files during runtime with the current API.DarkShadow44 wrote:Can I files received from wifi or FAT add to a soundbank (and later remove it) ?
Format :Code: Select all
u8*
You can't . The number of channels is not stored in the internal module header. The number of module channels used is determined by how many the module's pattern data uses.DarkShadow44 wrote:how can I get the name or the number of channels of a mod ?
Code: Select all
u8* bank1;
//Load the bank from FAT
// ....
// Initialize MaxMod
mmInitDefaultMem((mm_addr)bank1);
// Load the music
mmLoad(0);
//Play it
mmStart(0, MM_PLAY_LOOP);
Users browsing this forum: No registered users and 0 guests