2 ChucK: a Concurrent, On-the-fly, Audio Programming Language
5 http://chuck.cs.princeton.edu/
8 what is it: ChucK is a general-purpose programming language, intended for
9 real-time audio synthesis and graphics/multimedia programming. It
10 introduces a truly concurrent programming model that embeds timing
11 directly in the program flow. Other potentially useful features include
12 the ability to write/change programs on-the-fly.
14 who it is for: audio/multimedia researchers, developers, composers, and
17 what this distribution includes:
19 - ChucK virtual machine
20 - tutorials and documentation
21 - license + other information
26 - Windows/Cygwin (DirectSound)
32 http://chuck.cs.princeton.edu/
35 http://chuck.cs.princeton.edu/doc/
38 http://soundlab.cs.princeton.edu/
44 Visit the ChucK home page (http://chuck.cs.princeton.edu/)
51 - HTML version: (http://chuck.cs.princeton.edu/doc/)
52 (we recommend reading HTML version)
54 - TEXT only documents:
55 README - this document
56 COPYING/AUTHORS/THANKS - info
57 INSTALL - build and install instructions
58 QUICKSTART - quick start for ChucK
59 DEVELOPER - developer's guide
60 PROGRAMMER - programmer's guide
61 TODO - list of DONE and TODO