Luke Crook <[EMAIL PROTECTED]> writes: > > Please let me know if (LOAD-MUSIC rwops) works. I am calling the function > Mix_LoadMUS_RW and I'm not sure if this is correct.
Forgot to add; (LOAD-MUSIC rwops) returns both a MUSIC and an RWOPS object. Maintain references for both of these unti MUSIC can be freed. This is because Mix_LoadMUS_RW reads bytes from RWOPS as needed. - Luke _______________________________________________ application-builder mailing list [email protected] http://www.lispniks.com/mailman/listinfo/application-builder
