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

From CCRMA Wiki
Jump to: navigation, search
(Created page with '== Example Code == * Multichannel Basics: [https://ccrma.stanford.edu/~spencer/slork2013/tutorial2/multichannel.ck multichannel.ck] * Kurt's Dark Fantasy, multichannel edition: […')
 
 
Line 2: Line 2:
 
* Multichannel Basics: [https://ccrma.stanford.edu/~spencer/slork2013/tutorial2/multichannel.ck multichannel.ck]
 
* Multichannel Basics: [https://ccrma.stanford.edu/~spencer/slork2013/tutorial2/multichannel.ck multichannel.ck]
 
* Kurt's Dark Fantasy, multichannel edition: [https://ccrma.stanford.edu/~spencer/slork2013/tutorial2/multimelody.ck multimelody.ck]
 
* Kurt's Dark Fantasy, multichannel edition: [https://ccrma.stanford.edu/~spencer/slork2013/tutorial2/multimelody.ck multimelody.ck]
 +
* Basic keyboard synth: [https://ccrma.stanford.edu/~spencer/slork2013/tutorial2/keyboard.ck keyboard.ck]
 +
* Psuedo-polyphonic keyboard synth: [https://ccrma.stanford.edu/~spencer/slork2013/tutorial2/keyboard2.ck keyboard2.ck]
 +
* Mouse FM synth: [https://ccrma.stanford.edu/~spencer/slork2013/tutorial2/mouse.ck mouse.ck]
 +
* Gametrak/Joystick starter code: [https://ccrma.stanford.edu/~spencer/slork2013/tutorial2/gametrak.ck gametrak.ck]
 +
 +
== Helpful Links ==
 +
* Small Musically Expressive Laptop Toolkit (SMELT): http://smelt.cs.princeton.edu/
 +
** Includes a variety of laptop-instrument starter code and examples, in ChucK
 +
* Slork SVN repository: https://chuck-dev.stanford.edu/svn/slork/trunk/
 +
** Contains all Slork pieces, assignments, instruments, code, etc. over the years
 +
** Browse online, or checkout from the command line:
 +
    svn checkout https://chuck-dev.stanford.edu/svn/slork/trunk/ slork

Latest revision as of 16:22, 13 April 2013

Example Code

Helpful Links

   svn checkout https://chuck-dev.stanford.edu/svn/slork/trunk/ slork