alltom / chuck
- Source
- Commits
- Network (1)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
1.2.1.3
Tom Lieber (author)
Mon Oct 05 10:47:53 -0700 2009
chuck /
| name | age | message | |
|---|---|---|---|
| |
AUTHORS | Mon Oct 05 10:47:53 -0700 2009 | |
| |
COPYING | Tue Dec 16 19:34:15 -0800 2008 | |
| |
DEVELOPER | Mon Oct 05 10:47:53 -0700 2009 | |
| |
INSTALL | Mon Oct 05 10:47:53 -0700 2009 | |
| |
PROGRAMMER | Tue Dec 16 19:34:15 -0800 2008 | |
| |
QUICKSTART | Tue Dec 16 19:34:15 -0800 2008 | |
| |
README | Mon Oct 05 10:47:53 -0700 2009 | |
| |
THANKS | Mon Oct 05 10:47:53 -0700 2009 | |
| |
TODO | Tue Dec 16 19:34:15 -0800 2008 | |
| |
VERSIONS | Mon Oct 05 10:47:53 -0700 2009 | |
| |
doc/ | Mon Oct 05 10:47:53 -0700 2009 | |
| |
examples/ | Mon Oct 05 10:47:53 -0700 2009 | |
| |
src/ | Mon Oct 05 10:47:53 -0700 2009 |
README
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
