Difference between revisions of "220a-fall-2007/hw2"
From CCRMA Wiki
Line 3: | Line 3: | ||
=== Specification === | === Specification === | ||
− | In this assignment, you are to create two programs | + | In this assignment, you are to create two ChucK programs - each of which generates a musical statement. One is to be "rhythmic", and the other to be "a-rhythmic". As part of the assignment, you define what "rhythmic" and "a-rhythmic" means. You are free to modify existing examples, or create your own programs from scratch, or some combination thereof. Record (via JACK) into Audacity (some "post-production" in Audacity, if desired, is allow. However, try to do the bulk of things in the code! |
=== Deliverables === | === Deliverables === | ||
− | * rhythm.ck | | + | * rhythm.ck | a-rhythm.ck (you can name all these as you like) |
− | * rhythm.wav | | + | * rhythm.wav | a-rhythm.wav (or you can concatenate the two into one longer file) |
* a short README text file that: | * a short README text file that: | ||
− | ** describes your interpretation of " | + | ** describes your definition/interpretation of "rhythmic" and "a-rhythmic" |
** instructions on running your programs | ** instructions on running your programs | ||
** any comments about each program / musical statement | ** any comments about each program / musical statement |
Revision as of 00:02, 4 October 2007
Homework #2: Rhythm + Arhythmia
Specification
In this assignment, you are to create two ChucK programs - each of which generates a musical statement. One is to be "rhythmic", and the other to be "a-rhythmic". As part of the assignment, you define what "rhythmic" and "a-rhythmic" means. You are free to modify existing examples, or create your own programs from scratch, or some combination thereof. Record (via JACK) into Audacity (some "post-production" in Audacity, if desired, is allow. However, try to do the bulk of things in the code!
Deliverables
- rhythm.ck | a-rhythm.ck (you can name all these as you like)
- rhythm.wav | a-rhythm.wav (or you can concatenate the two into one longer file)
- a short README text file that:
- describes your definition/interpretation of "rhythmic" and "a-rhythmic"
- instructions on running your programs
- any comments about each program / musical statement
- describe any difficulties you encountered in the process
Thanks!!!