Due dates:
- Draft of essay due
Wednesday, Oct 10thWednesday, Oct 17th by 11:59 PM - Final essay and code due
Wednesday, Oct 24thFriday, Oct 26th by 11:59 PM
Learning goals
- Create a music composition using a Processing sketch
- Assess your composition critically
- Reflect on the process of creating your composition
- Write about your composition, expressing the ways in which your composition succeeded, and the ways in which it could be improved
Getting started
Start Processing. You should see an empty Processing window. Copy and paste the code from the following sketch:
Choose File → Save As…. Make sure that your sketchbook folder (H:/My Documents/Processing
) is selected as the folder.) In the Selection text box, enter MusicComposition. Click OK.
Congratulations! You have created a Processing sketch called MusicComposition.
Incredibly important and significant advice: You should mess around with the code in the starting point sketch (Experiment.pde
). It is designed explicitly to demonstrate how basic rhythms, melodies, and figures are created, and how they can be arranged into a composition. You should know that the specific values (beats, durations, note numbers, etc.) were chosen more or less arbitrarily. You will find that, in general, trying random values will often create an interesting result. So, you don’t need to obsess too much about what you want the composition to sound like. Just try some random things, listen critically, and see if it works! If it doesn’t work, change it!
What to do
Important: Please create a folder called Assignment 4 within your shared Google Drive folder (the one you created in Writing Assignment 0), and then create/upload your deliverables for this project in the Assignment 4 folder.
Tasks and deliverables
Music composition Processing sketch
Expectations
Write a Processing sketch to create a music composition. Your composition should be a continuation of the work you did in Lab 5, Lab 6, and Lab 7.
At a minimum, your composition should include percussion figures, melodic figures, and should have an overall structure. We would encourage you to consider adding the following optional elements:
- Using a variety of soundfonts and instrument sounds
- Samples (see Lab 7)
Please note that we do not want you to treat these features as a laundry list: we expect that for any element you incorporate into the composition, you have a specific artistic motivation for including it.
What to create?
In creating your music composition, you should have an intention. Here’s a suggestion: imagine you are composing music for an introductory sequence for a video. What characteristics should it have? It should probably be:
- Fairly short: 15-30 seconds
- Catchy!
- Distinctive
Here is a composition that is, indeed, used in the intro sequence for a video series I am working on:
Note that although this composition is short (about 17 seconds), a significant amount of effort was invested in creating the rhythms and melodies, choosing soundfonts and instruments, and arranging the figures to create a sense of “purpose” in the composition.
Submitting the sketch
Submit your sketch by uploading it to your shared Google Drive folder. Your sketch is a file that has a “.pde” file extension. You can upload a file to a Google Drive folder by clicking New, choosing File upload, and then selecting the file you want to upload.
Reflective essay
Your essay should address the following topics.
Introduction. What were you trying to achieve in creating your composition? Did you have a specific inspiration?
Describe your creative process. What did you do to create your composition? How did your composition evolve over time? What were your experiences using a computer program to create music? What aspects of the process were satisfying? What aspects of the process were frustrating? If you encountered difficulties, what did you do to progress beyond them?
Discuss the structure and organization of your composition. In particular, talk about the different “layers” of organization in your composition: individual rhythms and melodies, longer passages, the overall composition structure, etc. What mood or emotions were you trying to evoke?
In what ways did your composition succeed? In light of your intentions regarding the structure and organization of the composition, and the effects you were trying to convey, do you think you succeeded?
In what ways do you think your composition could be improved? What aspects of the composition did not succeed in the way you had hoped?
Conclusions. What did you learn from this experience?
Your reflection should be at least two pages in length. (Two pages is a minimuim, and we would expect that it is more likely that three or more pages will be necessary.) You should strive to be clear and concise.
Please read our Effective Writing document for more information about our expectations for your writing.
Grading criteria
The overall project is worth up to 100 points.
The Processing sketch is worth up to 40 points, and the reflection up to 60.
For the sketch:
- A basic composition will earn up to 28 points
- A more complex composition will earn up to 32 points
- Up to 8 points may be earned through the use of optional features, or through use of deliberate and effective repetition and variation throughout the composition
The essay draft is worth up to 12 points.
For the final version of the essay:
- Introduction: up to 6 points
- Discussion of creative process: up to 12 points
- Discussion of ways in which the composition succeeded: up to 12 points
- Discussion of ways in which the composition could be improved: up to 12 points
- Conclusions: up to 6 points
Submitting
Please create a folder within your shared Google drive folder called Assignment 4. (Navigate into your shared Google drive folder, click New and then Folder, and enter Assignment 4 as the name of the folder.)
The essay draft and final version should be documents named EssayDraft
and EssayFinal
within your Assignment 4 folder.
Submit your code by uploading it to your shared Google Drive folder. Your code is a file called MusicComposition.pde
in a folder called MusicComposition
within your sketchbook folder. You can upload a file to a Google Drive folder by clicking New, choosing File upload, and then selecting the file you want to upload. Also, please upload any samples your composition uses.