*** empty log message ***
[chuck-blob.git] / notes / README
blob886045a72cc5a512637ff7a6cae979c65532ef89
2 ChucK: a Concurrent, On-the-fly, Audio Programming Language
4 ChucK home page:
5     http://chuck.cs.princeton.edu/
7 ---
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 
15 performers
17 what this distribution includes:
18   - ChucK compiler
19   - ChucK virtual machine
20   - tutorials and documentation
21   - license + other information
23 supported platforms:
24   - MacOS X (CoreAudio)
25   - Linux (ALSA/OSS)
26   - Windows/Cygwin (DirectSound)
28 authors:
29   see AUTHORS  
31 ChucK home page:
32     http://chuck.cs.princeton.edu/
34 ChucK documentation:
35     http://chuck.cs.princeton.edu/doc/
37 Princeton Sound Lab:
38     http://soundlab.cs.princeton.edu/
40 ---
42 *** QUICK START ***
44 Visit the ChucK home page (http://chuck.cs.princeton.edu/)
45   - the ChucK tutorial
46   - documentation
47   - developer's guide
48   - programmer's guide
49   - publications
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