> It didn't work at all for me. Why did your version work? How can I get the > audio to change the cube colour? you have to use (every-frame (render)) to make your code called every frame. if you already have that, then maybe the audio level is too high. (gh) values should be between 0 and 1. you can use (gain) to set this. best, gabor