On Wed, 23 Jul 2008 04:11:28 -0700, css <[EMAIL PROTECTED]> wrote: > Maybe something similar can be added to sdl-mixer, too. For example, > for me, the following functions seem to work (they are working fine > unter clisp and sbcl for me):
Added: - (LOAD-MUSIC filename) - (LOAD-MUSIC rwops) - (LOAD-MUSIC vector) - (LOAD-SAMPLE filename) - (LOAD-SAMPLE rwops) - (LOAD-SAMPLE vector) 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. - Luke _______________________________________________ application-builder mailing list [email protected] http://www.lispniks.com/mailman/listinfo/application-builder
