Processing: Randomly Generated Triangles

Compression with YouTube

Compression with Vimeo


int Spacing = 1280/150;
int XPos = 0;
int YPos= 0;

//color[] mycolors = {#9AB8B9,#47586c,#bd776d,#012f46,#2A3A55,#552A3C,#FAD930,
//#FF600F,#729DD8,#9DAA76,#AA7692,#9376AA,#B9351E,#E32E2E,#29333E,#F50202,#4B3C50,
//#5D6293};

color[] mycolors = {#bf38c0,#760bc0,#b506c0,#c08a09,#c08a09};

void setup() {
size(1280,720);
colorMode(HSB);
}

void lotsatris() {
background(255);
noStroke();
for(int XPos=0;XPos

Processing: Basic Grid of Random Squares Test [art+research] #artandresearch #animatedgif

Create a GIF with older versions of processing:

https://extrapixel.github.io/gif-animation/

With the latest version of Processing use:

https://processing.org/reference/saveFrame_.html & http://gifmaker.me

The Code:


int largo = 20;
int r = 0;
int g = 0 ;
int b = 0;
void setup() {
size(500,500);

}

void draw()
{

frameRate(12);
for (int x = 0; x < width; x+=45)
{
for (int y = 0; y < height; y+=20) { stroke(255); fill(r,g,b); rect(x,y,largo+45,largo-1); } r +=mouseX+ random(25); g += mouseY+random(25); b += mouseY+random(25); if ( r > 255 )
{
r = 0;
}
if ( g > 255 )
{
g = 0;
}

if ( b > 255 )
{
b = 0;
}
}
saveFrame("random-######.png");
}

Soundscape: The Journal of Acoustic Ecology [art+research] #artandresearch

Soundscape: The Journal of Acoustic Ecology

The World Forum for Acoustic Ecology has evolved, since 1993, into a world-wide collective of affiliated organizations who share a common dedication to the study of the acoustic environment. This association is administered by a board with one voting member elected from each Affiliate.

The WFAE Board addresses issues of common concern to its Affiliate members. It also oversees committees that provide WFAE services such as the Journal Editorial Committee that coordinates the rotating publication of Soundscape: The Journal of Acoustic Ecology between Affiliates. Individuals who belong to a regional Affiliate organization may serve on WFAE committees. (Photo: NASA)

Displaced Sound Walks – Yolande Harris Research [art+research] #artandresearch

From http://yolandeharris.net/?nk_work=displaced-sound-walks

The recording of sounds of a walk along a specific route are played back to individuals on headphones who are instructed to make the same walk but at a different time. The shift in relationship between the location seen and the sounds heard provokes a perceptual awareness of our reliance on sound and its influence on the visual and on our sense of place.

————–

Museum for Contemporary Art, Leipzig, Germany July 2012

Orpheus Institute for Advanced Research in Music, Ghent, Belgium, January 2010

—————

Excerpt from ‘Techno-Intuition: Notes of Using Sound to Relate to our Environment’, ISEA2012 Albuquerque: Machine Wilderness

“Field recordings often aim to merely audibly ‘represent’ environments that may be otherwise inaccessible to the listener, and in doing so neglect complex layerings of spaces and times inherent in recording and replaying sounds. My Displaced Sound Walks (Leipzig Contemporary Art Museum, 2012) furthers the process of hyper-aware listening while walking, described above. Using a collaborative, workshop-like creative process, I play with prerecording the ambient sounds of predetermined routes. A visitor to the exhibition listens to these recordings on headphones while physically retracing the same path.

The meaning generated by a sound or ‘field’ recording differs dramatically depending on its placement in both place and time. If I walk down the street I listen primarily to sounds that facilitate my movement and navigation of space, working in combination with the other senses. If I play a sound recording of that same walk back to myself in a quiet space I listen in a different way, without the need to process and interpret sounds immediately for action, motion and understanding of my environment. However, if I play that same recording back to myself while making the same walk at a later time, I am confronted by a disjunction between my listening and my environment; my intuitions based on sonic cues conflict with the visual evidence I see before me. For example, I may recognize the road, but not see the car that I hear pass by me. I see someone walking towards me, but the footsteps are out of sync with the sound I am hearing. Through this experience I became consciously aware of my listening process and the function of hearing in orientation, movement, time, and being in that place. In her analysis of the work media theorist Marta Colpani describes perceptual shifts that generate an enhanced bodily awareness, “…mak[ing] the participant extremely aware of the functioning of his body when feeling and perceiving reality” (Colpani, 2010). The first Displaced Sound Walks (Orpheus Institute, Ghent, 2010) provoked diverse reactions in the five participants, ranging from paranoia, to indifference, to a heightened awareness of environment and sensory perception.”