Difference between revisions of "128-spring-2013/ChucK Tutorial 1"
From CCRMA Wiki
(Created page with '== Example Code == * Part 1 (volume, frequency, duration): [https://ccrma.stanford.edu/~spencer/slork2013/tutorial1/part1.ck part1.ck] * Part 2 (for-loop sequence): [https://ccrm…') |
(→Helpful Links) |
||
Line 6: | Line 6: | ||
== Helpful Links == | == Helpful Links == | ||
− | * [http://chuck.stanford.edu/ | + | * ChucK main website: [http://chuck.stanford.edu/ http://chuck.stanford.edu/] |
− | * [http://chuck.stanford.edu/doc/examples/ | + | * All varieties of example ChucK code: [http://chuck.stanford.edu/doc/examples/ http://chuck.stanford.edu/doc/examples/] |
− | * [http://chuck.stanford.edu/doc/program/ugen.html | + | * Unit Generator Reference: [http://chuck.stanford.edu/doc/program/ugen.html http://chuck.stanford.edu/doc/program/ugen.html] -- the building blocks of every ChucK program |
− | * [http://chuck.stanford.edu/doc/language/ | + | * General ChucK Language Reference: [http://chuck.stanford.edu/doc/language/ http://chuck.stanford.edu/doc/language/] |
− | * [http://www.phys.unsw.edu.au/jw/notes.html | + | * Table of MIDI note numbers, Pitches, and Frequencies: [http://www.phys.unsw.edu.au/jw/notes.html http://www.phys.unsw.edu.au/jw/notes.html] |
Revision as of 00:20, 5 April 2013
Example Code
- Part 1 (volume, frequency, duration): part1.ck
- Part 2 (for-loop sequence): part2.ck
- Part 3 (array of notes): part3.ck
- Part 4 (parallel melodies): part4.ck
Helpful Links
- ChucK main website: http://chuck.stanford.edu/
- All varieties of example ChucK code: http://chuck.stanford.edu/doc/examples/
- 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/
- Table of MIDI note numbers, Pitches, and Frequencies: http://www.phys.unsw.edu.au/jw/notes.html