Leaves falling animation

This week our assignment was to either re-work or create a new script using functions to compartmentalize our code. I like starting from scratch so that I can redo things I’ve already learned while adding new features. So here we go! The leaves are changing here in NYC, so I thought, why not do a Fall theme. 

To start, I wanted to make static leaves of varying colors. I created a function called “leaf” within it; I drew the leaf shape, gave them random fall colors, and placed them randomly throughout the frame.

P5js Sketch of static leaves

I was happy with what I had so far, but I wanted to add some animation or movement to the piece. Ideally, I wanted the leaves to change color and fall. To tackle this, I started researching how to make the leaves change over time. First, I tried LerpColor. Below is the description from the P5JS reference page. 

“Blends two colors to find a third color somewhere between them. The amt parameter is the amount to interpolate between the two values where 0.0 equal to the first color, 0.1 is very near the first color, 0.5 is halfway in between, etc. An amount below 0 will be treated as 0. Likewise, amounts above 1 will be capped at 1. This is different from the behavior of lerp() but necessary because otherwise, numbers outside the range will produce strange and unexpected colors.”

I couldn’t get this to work for me and thought it had to do with the fact that I called noLoop() at the beginning of my script. Next, I tried using an if statement and framerate(). Again, I couldn’t seem to get it to work. 

I needed another set of eyes on my problem, so I reached out to Peiling Jiang at the Coding Lab. We had a great hour-long conversation, and since I had already started reading about classes and arrays, he thought we could incorporate them into my project.

p5js script on leaves falling

Slowly with his incredible patients, we made our way through the project. First, we made a class for leaf rather than just a function. Inside that class, we could do everything I wanted to do from having the leaves color change to make them fall based on the script’s framerate. 

All in all, it was a success, and a big thanks go out to Peiling for help. 

Sound Collage and Readings

Sound Collage Study: 

For my first assignment, I made a recording of a subway journey. This past year I haven’t been riding the subway very much at all, which is strange. I got thinking of this assignment, layering sounds, and the subway kept popping into my mind. I wanted to record the familiar sound of the conversations on the train, the clicking of the turnstile, the ding of the closing door, and of course, the screeching of the wheels. Usually, I pop in my headphones and drown out the sound, but I missed them, so I set out for the first time in months to ride the train.  Back home, I used Audition to layer the clips because, just like the rest of NYC, everything is crammed together fitting vying for attention. 

A screen shot of an Adobe Audition file to show the layering of sounds.

I would like to dive deeper into transitions and cleaning up sound. I feel that my audio cuts are far too noticeable. 

____________________________________________

Thoughts on “The Danger of a Single Story”:

 

 

I’m moved by novelist Chimamanda Adichie’s TED talk on the harmful impacts of telling a single story. She spoke on how we naturally create stereotypes of other people and cultures by only tuning in or listening to available stories. By not investigating entirely how a culture, country, continent, or person is made up, we go down a path of miscommunication and misunderstanding. This is something that we are all guilty of and need to work harder on understanding to prevent. I appreciate that she shared her own experiences both as a person being stereotyped and as someone who is stereotyping. I don’t believe that single stories are ever going away; instead, everyone needs to learn to identify and openly speak about them. By doing so, we can all get a little better. 

Two of my favorite quotes from the talk are: 
“So that is how to create a single story, show a people as one thing, as only one thing, over and over again, and that is what they become.”

“The single story creates stereotypes, and the problem with stereotypes is not that they are untrue, but that they are incomplete. They make one story become the only story.”

____________________________________________

Thoughts on “The History of Sound Art”:

 

A History of Sound Art from J Milo Taylor on Vimeo.

This entire composition was challenging to digest. I found myself being removed from the piece entirely during the long stretches of what seemed to be random and disconnected noise samples. To make some sense of the non-speaking sections I started to listen for interesting single sounds and effects that I would like to include in my work. At roughly 12mins 29secs, there is a beautiful scratching sound for example. These individual sounds brought up memories, sparked emotion, and sometimes just sounded interesting. I thought that the comment at 28mins 02 sec “With our whole being we can be responsive to sound. It doesn’t have to be communication of some deep thought.” was fitting for the way I was experiencing the piece. 

Overall, I enjoyed the artist’s explanations of their work and process, for example, the one description of how the performer was scratching, cutting, and distorting records to produce new works. However, I continued to be pulled out when quotes were getting repeated or harsh noises were played over the tops of what they were saying.