Difference between revisions of "220b-winter-2008/hw1"
From CCRMA Wiki
Line 4: | Line 4: | ||
=== Reading === | === Reading === | ||
− | * | + | * Real-Sound-Synthesis: |
** chapter 3 | ** chapter 3 | ||
** sections 4.0, 4.1, and 4.2 | ** sections 4.0, 4.1, and 4.2 | ||
Line 10: | Line 10: | ||
− | === Specification (part 1 of 2): | + | === Specification (part 1 of 2): Crafting Timbre's with FM === |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | === Specification (part 2 of 2): | + | === Specification (part 2 of 2): Musical Statement === |
* construct two chucku's, according to the following specifications: | * construct two chucku's, according to the following specifications: | ||
** like a [http://en.wikipedia.org/wiki/Haiku haiku], a ''chucku'' should contain exactly 3 lines of code (each less than 80 characters) | ** like a [http://en.wikipedia.org/wiki/Haiku haiku], a ''chucku'' should contain exactly 3 lines of code (each less than 80 characters) | ||
Line 35: | Line 29: | ||
=== Deliverables === | === Deliverables === | ||
− | '''turn in all files by putting them in your Library/Web/220b/ | + | '''turn in all files by putting them in your Library/Web/220b/hw1/ directory, and then linking to them from |
+ | your Library/Web/220b/hw1.html''' | ||
− | * 1) | + | * 1) |
− | + | ||
− | + | ||
* 4) a short README text ('''readme.txt''') file that: | * 4) a short README text ('''readme.txt''') file that: | ||
** conveys your ideas/comments in constructing each program | ** conveys your ideas/comments in constructing each program | ||
** contains instructions on running your programs | ** contains instructions on running your programs | ||
** describes any difficulties you encountered in the process | ** describes any difficulties you encountered in the process |
Revision as of 17:05, 20 January 2008
Contents
Homework #1: Timbre Studies
Due date: 2008.1.30 11:59:59pm (or thereabout), Wednesday.
Reading
- Real-Sound-Synthesis:
- chapter 3
- sections 4.0, 4.1, and 4.2
- chapter 10
Specification (part 1 of 2): Crafting Timbre's with FM
Specification (part 2 of 2): Musical Statement
- construct two chucku's, according to the following specifications:
- like a haiku, a chucku should contain exactly 3 lines of code (each less than 80 characters)
- each chucku should generate sound
- 5/7/5 pattern optional, but try to make the code "pretty"
- check out one line chuck crazy to see similarly compact examples
- the chucku's should be standalone (i.e., no external audio or chuck files)
- (thanks to Chris + kijjaz for the idea)
Note
- Have fun with it!!!
Deliverables
turn in all files by putting them in your Library/Web/220b/hw1/ directory, and then linking to them from your Library/Web/220b/hw1.html
- 1)
- 4) a short README text (readme.txt) file that:
- conveys your ideas/comments in constructing each program
- contains instructions on running your programs
- describes any difficulties you encountered in the process