Difference between revisions of "220a-fall-2007/hw2"

From CCRMA Wiki
Jump to: navigation, search
(Deliverables)
m (220a-fall2007/hw2 moved to 220a-fall-2007/hw2)
 
(3 intermediate revisions by 2 users not shown)
Line 3: Line 3:
 
=== Specification ===
 
=== 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!  
+
In this assignment, you are to create two ChucK programs ('''EDIT''': each program can consist of one or many .ck files) - each of which generates a musical statement.  One program 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 allowed.  However, try to do the bulk of things in the code!
  
 
=== Deliverables ===
 
=== Deliverables ===
  
'''As usual, turn all of these files in by putting them in your Library/Web/220a/ directory.'''
+
'''As usual, turn in all files by putting them in your Library/Web/220a/ directory.'''
  
* 1) '''rhythm.ck''' 2) '''a-rhythm.ck'''  
+
* 1) '''rhythm.ck''' (and related files) 2) '''a-rhythm.ck''' (and related files)
 
* 3) make one .wav file '''hw2.wav''' concatenating the two results into one longer file
 
* 3) make one .wav file '''hw2.wav''' concatenating the two results into one longer file
 
* 4) a short README text ('''readme.txt''') file that:
 
* 4) a short README text ('''readme.txt''') file that:

Latest revision as of 22:32, 4 January 2008

Homework #2: Rhythm + Arhythmia

Specification

In this assignment, you are to create two ChucK programs (EDIT: each program can consist of one or many .ck files) - each of which generates a musical statement. One program 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 allowed. However, try to do the bulk of things in the code!

Deliverables

As usual, turn in all files by putting them in your Library/Web/220a/ directory.

  • 1) rhythm.ck (and related files) 2) a-rhythm.ck (and related files)
  • 3) make one .wav file hw2.wav concatenating the two results into one longer file
  • 4) a short README text (readme.txt) 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!!!