ChucK
From Just Solve the File Format Problem
(Difference between revisions)
(Created page with "{{FormatInfo |formattype=electronic |subcat=Audio and Music |extensions={{ext|ck}} }} '''ChucK''' is a free and open source programming language for audio synthesis. == Ident...") |
Dan Tobias (Talk | contribs) |
||
Line 13: | Line 13: | ||
* [http://chuck.cs.princeton.edu/ Official site] | * [http://chuck.cs.princeton.edu/ Official site] | ||
* [http://chuck.cs.princeton.edu/doc/examples/ Sample files] | * [http://chuck.cs.princeton.edu/doc/examples/ Sample files] | ||
+ | |||
+ | [[Category:Programming Languages]] |
Latest revision as of 20:05, 22 April 2017
ChucK is a free and open source programming language for audio synthesis.
[edit] 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.