-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathREADME
66 lines (50 loc) · 1.6 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
ChucK: a Concurrent, On-the-fly, Audio Programming Language
ChucK home page:
http://chuck.cs.princeton.edu/
http://chuck.stanford.edu/
---
what is it: ChucK is a general-purpose programming language, intended for
real-time audio synthesis and graphics/multimedia programming. It
introduces a truly concurrent programming model that embeds timing
directly in the program flow. Other potentially useful features include
the ability to write/change programs on-the-fly.
who it is for: audio/multimedia researchers, developers, composers, and
performers
what this distribution includes:
- ChucK compiler
- ChucK virtual machine
- tutorials and documentation
- license + other information
supported platforms:
- MacOS X (CoreAudio)
- Linux (ALSA/OSS)
- Windows/Cygwin (DirectSound)
authors:
see AUTHORS
ChucK home page:
http://chuck.cs.princeton.edu/
http://chuck.stanford.edu/
ChucK documentation:
http://chuck.cs.princeton.edu/doc/
Princeton Sound Lab:
http://soundlab.cs.princeton.edu/
CCRMA:
http://ccrma.stanford.edu/
---
*** QUICK START ***
Visit the ChucK home page (http://chuck.cs.princeton.edu/)
- the ChucK tutorial
- documentation
- developer's guide
- programmer's guide
- publications
- HTML version: (http://chuck.cs.princeton.edu/doc/)
(we recommend reading HTML version)
- TEXT only documents:
README - this document
COPYING/AUTHORS/THANKS - info
INSTALL - build and install instructions
QUICKSTART - quick start for ChucK
DEVELOPER - developer's guide
PROGRAMMER - programmer's guide
TODO - list of DONE and TODO