[racket] sound + universe report: success.

From: Matthias Felleisen (matthias at ccs.neu.edu)
Date: Thu Oct 20 15:05:06 EDT 2011

Q: is it possible to test the length of 'momentary' sounds programmatically? 

Proposed design: 

 big-bang accepts another clause: 

    [sounds pop meow bark]
	-- constraint: pop.wav, meow.wav, bark.wav exist in the current directory 
	-- constraint: they are momentary sounds 

 all handlers are allowed to return a 

    (with-sound world-state soundname)

 response. Meaning: if the 'sounds' clause is available and if the soundname is mentioned in that clause, play the sound (just like we render the world state). 

Comments? -- Matthias





Posted on the users mailing list.