Temporalia


<p><a href=”https://vimeo.com/245654112″>ORCHID LAVA 2a</a> from <a href=”https://vimeo.com/user2116950″>Nire</a&gt; on <a href=”https://vimeo.com”>Vimeo</a&gt;.</p>

 

I chose to work with some of the orchids that mimic animals, insects and people for this After Effects animation.  I’m fascinated and have a great amount of respect for plant medicine and wisdom and feel as though these orchids provide a cosmic joke and secret if we look closely enough. All people worldwide originally had a strong relationship with nature and knowledge of what plants can do for people, that we’re now greatly severed from.  One idea / theme I’m interested in exploring more is the relationship of death and the dead in the US.  It’s very taboo and I think causes a certain type of neurosis in the culture.  This animation is a baby creation story and a small narrative of how living beings are temporal and constantly surrounded by their mortality and frequently a few degrees from death more than we care to think about, yet the orchids (beings) are able to have fun despite this.

Fabrication – enclosure

I chose to make a speaker enclosure that I will be using for PComp out of PVC. I cut small pieces of PVC tube on the miter saw to use as connectors between the curved pieces.

i will be attaching a mirrored acrylic base to it today.

The pipes at Home Depot were called 2″ but the opening is larger than that, so the Bluetooth speakers I bought fall right through, I’m going to purchase larger ones that can click in and out. For now I’m using bubble wrap and have the top pieces tilted up, which looks better aesthetically as well. I’m considering using mod podge and doing some sort of collage on it or try covering it in cement, i do also like it white, so thinking of somehow making it a glossy finish.

Im going to incorporate this into my pcomp final, where there will be two audio outputs, one will be inside a bowl of water – whose output is triggered by a theremin, that controls whale sounds, pitch and delay through p5js. A plant will be suspended in the middle of the water that has a biofeedback system that gets translated to MIDI and will be run through ableton. This pipe enclosure will be the output for the plant. There’s a place in the middle on top of the speakers, for an air plant.

PComp ICM Final Update – Plant-Water/You Duet

For my final project I’m building off of the midterm project light theremin, having it now trigger whale sounds in p5, with the theremin affecting the pitch.

The theremin will trigger sound in p5 whose audio output is routed to a waterproof speaker that will be in a clear plastic bowl. There will be a plant suspended in the middle of the bowl with the roots inside the water – the plant will be connected to MIDISprout which uses electrodes to read micro-electrical shifts in the plant and then translates it to MIDI data. This will be connected ultimately to Ableton Live.
Touching the plant is usually the trigger for Midisprout’s change in notes but I’m going to have the audio from the theremin trigger the shifts,  because the water in the bowl will make various vibrations according to the pitch played.
For my midterm the audio traveling through the water created cymatic patterns that corresponded to the frequency – the hope is that the patterns will still form around the plant as well, but is not essential for this concept at this point.
This will enable the user to trigger a range of sound from p5 that could be used to duet with the plant since the plant will be generating sound from the vibrations of the MIDIsprout.
MiDISprout connected to Ableton:

Whale sounds and pitch:

Sketch:

IMG_7736IMG_7735

 

Whale Sound Example:

http://alpha.editor.p5js.org/Nire/sketches/ByCr4XKxz

The 2 light theremins would control the pitch and delay – currently corresponding to the bubble images.

The background of the sketch will be whale video footage whose speed will correspond with the pitch, that I’d like to project overhead onto the water.

Intro to Fabrication Week #1 – Selenite Flashlight

I decided to use a Selenite crystal for the flashlight and drilled the crystal starting with the smallest drill bit, increasing to the size of the LED. I connected it with two 1.5V batteries and a battery holder with a switch. The base of the flashlight is made out of a plastic vitamin bottle that I glued for security with a bottom hole cut out for the switch.

IMG_7370IMG_7371IMG_7368IMG_7376IMG_7375

 

PComp #5 – Garden Box Theremin

I made this sound and light theremin following the Arduino Theremin instructions in the booklet. I used recycled materials from my house including a small cardboard box that housed nut cheese and some magazine photos and tape. I had a bunch of leaves in a vase that were on their way out, and decided to use them to camouflage the inside of the box, the arduino and breadboard. It also creates a little bit of stability for them and making movement less inside the box, the piece is still pretty delicate. I placed it so it still looks wild, the only piece of the circuit that’s visible is the photoresistor. One of the leaves is acting like a lever to open and close the box, triggering the scale in Arduino. There’s a whole in the side of the box to connect USB from Arudino to computer. The photoresistor is triggering the Theremin in the Arduino.

Arduino Theremin Garden Box from Nire ITP on Vimeo.

This is the code I used:
int sensorValue;
int sensorLow = 1023;
int sensorHigh = 0;
const int ledPin = 13;

void setup() {
pinMode(ledPin,OUTPUT);
digitalWrite(ledPin, HIGH);
while (millis() sensorHigh){
sensorHigh = sensorValue;
}
if (sensorValue < sensorLow) {
sensorLow = sensorValue;
}

}
digitalWrite(ledPin, LOW);
}

void loop() {
sensorValue = analogRead(A0);
int pitch =
map(sensorValue,sensorLow,sensorHigh, 50, 4000);
tone(8,pitch,20);
delay(10);
}

PComp #4 – Keyboard Instrument

When I first set up the circuit board and wrote the code, the first note didn’t play, I tried switching out a button but that didn’t make a difference. Then I unplugged the wire going into the button and the other buttons were still playing notes so I figured maybe that wire needed to be switched out, I think even though it clicked in on both sides, it was a touch too short. Once I put a new wire in, the 1st button started playing.

1st Key Not Working from Nire ITP on Vimeo.

At first there were code errors, I eventually realized that there multiple curly brackets at the end of the code, when I erased them, it ran smoothly.

Playing 15 seconds of “Lean on Me”:

15 seconds Lean On Me Arduino from Nire ITP on Vimeo.

 

 

 

PComp Class #3

Public Interactive Tech: Link NYC, various locations, observed 14th st & 5th ave.

LinkNYC-kiosk-close-up-640x425.jpg

The kiosk has a clean and simple interface. It’s free to use which adds to how people interact with it. There’s something about people having private conversations in public that I think I will always find somewhat odd no matter how used to it I become. With a bigger screen, it seems more toy-like and “futuristic” than the familiar iphone conversation spillage. It’s interesting to look into how fast people get angry or frustrated with a piece of technology since there is no consequence for it or response, although it can lead to less success. I observed some people becoming annoyed at difficulty connecting. Others that were connected and speaking loudly on speaker phone without earbuds which was sweet and funny.

 

LAB: ANALOG IN AND DIGITAL IN & OUT

For the analog input circuit I used a potentiometer and LED and programmed Arduino where the brightness of LED was divided by 4 that allowed the light to dim by turning the potentiometer. For the digital in /out I set up 2 LED light bulbs, I used a program with a conditional that allowed one light bulb to be on without pressing the button, that turned off when button was pressed and the other lit up.

ICM #2 Painstaking Cemetary

I built upon the 1st assignment, making the eyeballs and mouth melt across and down the canvas. I wrote a sun to run randomly and change everytime the script ran. When the mouse moved one of the eyeballs trails across x and y axis with the background not refreshing. When the mouse is clicked the background, nose and mouth change color and the trailing eyes reset. I most likely have some lines in the code that aren’t doing anything as well.

http://alpha.editor.p5js.org/Nire/sketches/SJ6l7EliZ

var eyeballs = 150;
var col = {
r: 255,
g: 0,
b: 0
}

function setup() {
createCanvas(550, 650);
rectMode(CENTER);

background(21,20,250);

// Body
colorMode(230, 0, 80, 100);
stroke(270, 250, 100, 600)
fill(255, 0, 0, 250);
rect(270, 250, 100, 600);

// Eyes
fill(‘rgb(255,634,63)’);
ellipse(150, 115, 200, 100);
ellipse(150, 230, 200, 100);
ellipse(400, 115, 200, 100);
ellipse(400, 230, 200, 100);
ellipse(150, 345, 200, 100);
ellipse(400, 345, 200, 100);

//Lips
fill(250, 0, 150, 220)
ellipse(275, 520, 300, 100);

// Eyes
fill(30);
ellipse(150, 115, 90, 80);
ellipse(eyeballs, 250, 90, 80);
ellipse(400, 115, 90, 80);
ellipse(400, 250, 90, 80);
ellipse(150, 345, 90, 80);
ellipse(400, 345, 90, 80);

}
function draw() {
col = mouseX/2
col.r = random(100, 255);
col.g = 0;
col.b = random(100, 190);
var x = random(width);
var y = random(height)

var r = random(255);
var g = random(255);
var b = random(255);

fill(r, g, b, 100);
triangle(x, y, 0, 0);

// Eyes
fill(‘rgb(255,634,63)’);
ellipse(mouseX, mouseY, 200, 100);
ellipse(eyeballs, 230, 200, 100);
ellipse(400, 115, 200, 100);
ellipse(400, 230, 200, 100);
ellipse(eyeballs, 345, 200, 100);
ellipse(400, 345, 200, 100);

//Lips
fill(eyeballs, 0, 150, 220)
ellipse(eyeballs, 520, 300, 100);

// Eyes
fill(30);
ellipse(mouseX, mouseY, 90, 80);
ellipse(150, eyeballs, 90, 80);
ellipse(400, eyeballs, 90, 80);
ellipse(400, 250, 90, 80);
ellipse(150, 345, 90, 80);
ellipse(400, 345, 90, 80);

eyeballs = eyeballs + 1;
}

function mousePressed() {
createCanvas(550, 650);
rectMode(CENTER);

background(200,20,250);

// Body
colorMode(230, 200, 80, 100);
stroke(270, 250, 100, 600)
fill(200, 150, 0, 150);
rect(270, 250, 100, 600);

// Eyes
fill(‘rgb(255,634,63)’);
ellipse(150, 115, 200, 100);
ellipse(150, 230, 200, 100);
ellipse(400, 115, 200, 100);
ellipse(400, 230, 200, 100);
ellipse(150, 345, 200, 100);
ellipse(400, 345, 200, 100);

//Lips
fill(250, 250, 150, 120)
ellipse(275, 520, 300, 100);

// Eyes
fill(30);
ellipse(150, 115, 90, 80);
ellipse(150, 250, 90, 80);
ellipse(400, 115, 90, 80);
ellipse(400, 250, 90, 80);
ellipse(150, 345, 90, 80);
ellipse(400, 345, 90, 80);
}

#2 Electronic Labs

Things went pretty smoothly with these labs. In the first lab I soldered a female dc and powered the breadboard directly using a voltage stabilizer and a 580 resistor with an LED. I then added a button switch to the circuit for on/off function. IMG_6566IMG_6567IMG_6568

IMG_6577IMG_6576

IMG_6578

IMG_6579

I then connected the breadboard and Arduino Uno with an LED circuit, using the same resistor and used the USB for power and to communicate with the laptop. I ran the code in the Arduino software to make the LED blink.

IMG_6570IMG_6569IMG_6575IMG_6573IMG_6571IMG_6572

ICM #1 – Screen Drawing / ICM & My Interests

Screen Drawing

Once I got a hang of the x,y axis, height/width, color functions it was pretty satisfying and user friendly. I made a symmetrical face comprising of 3 eyes, based off of a drawing I did when I was younger. The middle eye is dripping down, a little break from the symmetry and an allusion to motion. I did a mixture of measuring the units and eyeballing (lol) for placement. I’m looking forward to playing further with depth and color intensity.

 

Screen Shot 2017-09-13 at 2.29.57 PM.png

Screen Shot 2017-09-13 at 2.23.35 PM.png

My Interests & CM

My background is in music production, art & movement. I’d love to develop multimedia shows where sound, graphics and movement interact. I’ve been increasingly into exploring various healing modalities and rituals and would like to incorporate into my art more. I’m thinking of doing one type of show with a very small number of participants, where they are enveloped in a multi-sensory way with the lines of performance / spectator / show / ritual being blurred.