ChucK
From Just Solve the File Format Problem
ChucK is a free and open source programming language for audio synthesis.
Identifying ChucK files
ChucK source files use the .ck extension. Statements are semicolon-delimited and control structures look like those used in C. The syntax uses the => operator extensively to connect DSP units together.