Difference between revisions of "128-spring-2013/ChucK Tutorial 1"

From CCRMA Wiki
Jump to: navigation, search
(Further Reading)
(Further Reading)
 
(One intermediate revision by one other user not shown)
Line 11: Line 11:
 
== Helpful Links ==
 
== Helpful Links ==
 
* ChucK main website: http://chuck.stanford.edu/
 
* ChucK main website: http://chuck.stanford.edu/
* All varieties of example ChucK code: http://chuck.stanford.edu/doc/examples/
+
* All varieties of example ChucK code: http://chuck.stanford.edu/doc/examples/ (these are also included when you download miniAudicle)
 
* Unit Generator Reference: http://chuck.stanford.edu/doc/program/ugen.html -- the building blocks of every ChucK program
 
* Unit Generator Reference: http://chuck.stanford.edu/doc/program/ugen.html -- the building blocks of every ChucK program
 
* General ChucK Language Reference: http://chuck.stanford.edu/doc/language/
 
* General ChucK Language Reference: http://chuck.stanford.edu/doc/language/
Line 17: Line 17:
  
 
== Further Reading ==
 
== Further Reading ==
* Graham Coleman's "Notes on ChucK for Music": http://www.dtic.upf.edu/~gcoleman/chuck/tutorial/tutorial.html
+
* Graham Coleman's [http://chuck.stanford.edu/doc/learn/notes/ "Notes on ChucK for Music"]
 
* One-Line ChucK Crazy: http://electro-music.com/forum/topic-13512.html&postorder=asc
 
* One-Line ChucK Crazy: http://electro-music.com/forum/topic-13512.html&postorder=asc

Latest revision as of 21:31, 26 April 2021

You'll want to start by downloading miniAudicle, which is an integrated development environment designed for ChucK (available for Mac, Windows, and Linux): http://chuck.stanford.edu/release/. Open miniAudicle, click "Start Virtual Machine", and start chucking!

Example Code

Helpful Links

Further Reading