Assignment 2 – A Peaceful Evening

For my project I worked on a variant of the audio feedback loop presented in class. The difference now is that there is no need for a user to manipulate the delay! I wanted to see how altering the delay while running the loop would create different effects depending on the speed of the change and whether it was increasing/decreasing.

I accomplished this through creating a random number generator that would feed into a line function to have the delay move between the previous value and the newly generated one. Since the speed the change takes is constant, the rate at which values change varies. This creates a humorous multitude of effects that I recorded in some “evening chats”.

Enjoy.

 

https://soundcloud.com/dabomb1313/prelude-in-c-minor

[The link above is refusing to format…so it will stay as is]

 

And here’s the code: