soundscrape

A programmatic framework for modular synthesis:
Scheme in the front, C in the back!
< | ^ | > | :>

a simple example

Try typing in the following in the box at the bottom of the window (or, if you are in the text interface, at the ss> prompt):

(play (audio sine 800 0.1) 5)

You should hear an 800 Hz sine wave. If not, there's a problem -- please let me know about it.

< | ^ | > | :>