michelle-face.js

michelle-face

function setup() {
    createCanvas(400, 500);
    background(220,168,74);
    fill(249,221,189);
    noStroke();
    ellipse(200,180,200,230)

    fill(249,221,189);
    ellipse(200,260,130,85)

    fill(245,190,164);
    ellipse(250,230,50,45)

    fill(245,190,164);
    ellipse(150, 230,50,45);

    fill(245,190,164);
    ellipse(200,230,40,65);

    fill(120,65,24);
    ellipse(200,100, 200,120);

    fill(120,65,24);
    ellipse(115,145,50,140);

    fill(249,221,189);
    ellipse(195,220,40,65);

    fill(0);
    ellipse(250,230,20,10);

    fill(245,190,164);
    ellipse(250,225,20,10);

    fill(0);
    ellipse(150,230,20,10);

    fill(245,190,164);
    ellipse(150,225,20,10);

    fill(216,126,91);
    ellipse(200,450,140,250);

    fill(120,64,24);
    ellipse(180, 150, 100, 30);

    fill(120,64,24);
    ellipse(160, 160, 100, 30);

    fill(120,64,24);
    ellipse(130, 180, 70, 30);

    fill(120,64,24);
    ellipse(300, 145, 40, 120);

    fill(249, 221, 189);
    rect(182, 280, 35, 60);

    fill(0);
    ellipse(200, 285, 20, 10);

    fill (249,221,189);
    ellipse(105, 220, 30, 50);

    fill(249,221,189);
    ellipse(300, 220, 30, 50);

    fill(161,126,81);
    rect(0, 430, 400, 80);

    fill(255);
    quad(170, 350, 230, 350, 150, 370, 250, 370);

}

I decided to experiment a lot with creating shapes through layering. For example, I made the curve of the nose by layering an ellipse the color of my skin tone, mostly covering a pink ellipse of the same size. It was challenging to make shapes that required more values, such as the quad. But I like that I was able to use it to make the design on the shirt. I feel a lot more comfortable with basic programming of shapes after this project.

Looking Outwards-01

In early 2014, James Murphy (best known as the founder and leader of the band LCD Soundsystem, and co-founder of DFA Records), created about 400 hours of sound using data from tennis matches. He teamed up with members of IBM, mainly developer Patrick Gunderson, to convert data from US Open Tennis Matches into music. They were able to use a unique algorithm to synthesize the movements of the tennis players through the IBM cloud. Following this process, James Murphy created an album of 12 remixed tracks from the original sounds that were generated. The results are hypnotic, alluring electronic music.
IBM originally was gathering and analyzing data to, “figure out what makes the athletes great.” They eventually invited James Murphy to put a spin on the original research, by making the data into music. Since James Murphy is used to working very physically, with instrumentation and tools to create sound, and has no experience with code, developers like Patrick Gunderson created a way to depict the necessary tools on the computer as more movable; it appeared more like Garage Band, with dials and switches. This allowed Murphy to work with Gunderson and other programmers more easily, and ideas could be translated more smoothly.
James Murphy likely derived inspiration for this project from his own musical creations, which are often full of unique sounds inspired by simple sounds he has heard in his lifetime. In one interview, he mentions being fascinated by the whirring sound of a running refrigerator. This project is an example of how odd sources or seemingly simple things can be turned into works of art.
This certainly offers opportunities for artists to derive their work from unique sources. Even the act itself of taking raw data, finding a way to convert it to audio / visuals through an algorithm, is a conversion process that will be dependent on where the data is coming from, and what it is being turned into.

Song sample: https://www.youtube.com/watch?v=Vg-UsBJpA1k

Behind the Project: https://vimeo.com/105380590
Behind the Project: https://www.youtube.com/watch?v=6qgCGCkk64M