There is no longer a need to specify sdl:sdl-init-video & sdl:sdl-init-audio when calling sdl:WITH-INIT, or sdl:INIT-SDL. The video and audio subsystems are now initialized automatically on calls to sdl:WINDOW, and sdl:OPEN-AUDIO if these are not already initialized.
Due to the headache that lispbuilder-sdl-mixer has become on win32 (constant random crashes thanks to SDL_mixer.dll), I have begun work on a software mixer implemented in Lisp for lispbuilder-sdl. The beginnings of this have been committed to SVN and work in Lispworks/win32. There are crash bugs in SBCL/ win32 & CLISP/win32 however (not yet tested in Linux), so don't use sdl- examples:raw-audio-test, sdl-examples:mixer-test, and sdl-examples:squashed for the time being (I added sound effects to SQUASHED). Only WAV support for now. No streaming music support yet. Sample looping is buggy is also somewhat buggy. - Luke _______________________________________________ application-builder mailing list [email protected] http://www.lispniks.com/mailman/listinfo/application-builder
