SuperCollider
From Just Solve the File Format Problem
(Difference between revisions)
(Created page with "{{FormatInfo |formattype=electronic |subcat=Audio and Music |extensions={{ext|sc}}, {{ext|scd}} }} '''SuperCollider''' is a free and open source programming language for audio...") |
Dan Tobias (Talk | contribs) |
||
Line 13: | Line 13: | ||
* [https://supercollider.github.io/ Official site] | * [https://supercollider.github.io/ Official site] | ||
* [http://sccode.org/ Sample source files] | * [http://sccode.org/ Sample source files] | ||
+ | |||
+ | [[Category:Programming Languages]] |
Latest revision as of 20:07, 22 April 2017
SuperCollider is a free and open source programming language for audio synthesis.
[edit] Identifying SuperCollider files
SuperCollider source files use .scd extensions for interactive documents and .sc extensions for class files. Statements are semicolon-delimited, and functions and classes are delimited with curly braces.