Computational Art (CSC 496/696-002)

Assignment 8: Sound

Name your project folder 08_sound.

Create a sketch that creates interesting sounds and/or music.

Requirements

  1. There should be at least one sample-based sound. You can find sounds on freesound.org after you’ve created an account.
  2. There must be at least one synth-based sound playing musical notes. These musical notes should be part of a musical scale.
  3. Some sounds should be played based on either some sort of user interaction, or as a result of the interaction between the visuals (e.g. play a note when two shapes collide).

Note

Turning in your assignment

When you are done, commit and push your changes to your repository in Github Desktop.

If everything worked, you should be able to see your assignment by going to this link:

YOUR_GIHUB_USERNAME.github.io/computational-art-spring2024/assignments/08_sound

If this doesn’t work, take a close look at the setup assignment.