ChucK
From Just Solve the File Format Problem
Revision as of 20:05, 22 April 2017 by Dan Tobias (Talk | contribs)
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.