1.4.2

thoughts

I would like to name this exercise on methods of iterating in two ways.

The first name is “Iterating of Translation”. My tool is coding, and the goal of coding is to complete a medium-level translation.

The second name is “Loose Association”, inspired by Raymond Queneau’s “Exercises in Style” and Ryan Gander’s “Loose Associations”. Through different rules and perspectives, A can be transformed into 100 different Bs, and the transformation from A to B can be further extended to A→B→C→D.

if ( A is …) {

B is … ;

}

example of copying project

if ( sound is … ) {

motion is … ;

}

exercise in style

if (sound is louder) {

shape is bigger;

}

&

if ( sound is louder ){

shape is smaller;

}

practice

iteration 2

versioning to produce a set of interrelated final outputs (shared by the same methodological: translation)

input and output of translation:

from sound to colour

https://editor.p5js.org/sissi57/sketches/L-_qvXGYb

from (colour of) image to text / emoji

from text(keyboard) to sound

link: https://codepen.io/sissihuang57/pen/ZEPaKRz

from sound to (shape of) image

from (colour of) image to sound