|
|
(3 intermediate revisions by one other user not shown) |
Line 4: |
Line 4: |
|
| |
|
| photographer unknown | | photographer unknown |
|
| |
| ==background==
| |
|
| |
| I wanted to use Pure Data to perform some kind of human function, to reveal some form of judgement or thought process which would speak about its own inability to do so. And so I wanted to create some kind of patch that would interest itself in the nature of computer programming, while also displaying some level of self awareness.
| |
|
| |
| I decided to pursue the idea of a dadaist rearrangement of text based on images. I was thinking about the ways in which the Dadaists used the idea of automatic and chance-based occurances in order to remove or at least diffuse their own artistic control and intention over an artwork. This led me to the idea that images could be an interesting starting point to perform and compose and thereby create the illusion of some form of personality or discernmen.
| |
|
| |
|
| ==Moses== | | ==Moses== |
Line 19: |
Line 13: |
| The text being used is sourced from Japanese haiku poetry, translated into English. The poets include Buson (1715-1783), Basho (1644-1694), and Buson (1715-1783) and other major poets to make use of the Haiku. | | The text being used is sourced from Japanese haiku poetry, translated into English. The poets include Buson (1715-1783), Basho (1644-1694), and Buson (1715-1783) and other major poets to make use of the Haiku. |
|
| |
|
| The Haiku often presents a contrast or a 'cutting' aspect, including the juxtaposiition of text and image. This is a key aspect of my use of the two, and allowing a pure data patch to perform a simple and traditional act.
| | Traditionally, the Haiku presents a contrast or a 'cutting' aspect, including the juxtaposiition of text and image. |
| | |
| ==how does it work?==
| |
| | |
| Moses reads the RGB levels in an image by using the 'pix mean color' object. These levels are 'unpacked' and channeled into three different but identical sub-patches. Here, the levels filter through an number of 'moses' objects that result in the incoming value aligning with one of sixteen possible numbers. These numbers are outputed from each of the three identical sub-patches into another sub-patch. This sub-patch uses a 'textfile' object. The three incoming numbers dictate which lines from the textfile are to be used. These lines of text are extratced from the file and printed into the dialogue window.
| |
|
| |
|
| [[File:Moses.pd]] | | [[File:Moses.pd]] |
Line 38: |
Line 28: |
|
| |
|
| In this windy nest | | In this windy nest |
| | |
| | _______________________________ |
|
| |
|
|
| |
|
Line 47: |
Line 39: |
|
| |
|
| Insatiable fleas | | Insatiable fleas |
| | |
| | _______________________________ |
|
| |
|
|
| |
|
Line 56: |
Line 50: |
|
| |
|
| Weird hollow echo | | Weird hollow echo |
| | |
| | _______________________________ |
|
| |
|
|
| |
|
Line 66: |
Line 62: |
| Black cloudbank broken | | Black cloudbank broken |
|
| |
|
| | _______________________________ |
|
| |
|
| [[File:Maori.jpg]] | | [[File:Maori.jpg]] |
Line 74: |
Line 71: |
|
| |
|
| Wild geese write a line | | Wild geese write a line |
| | |
| | _______________________________ |
|
| |
|
|
| |
|
Line 83: |
Line 82: |
|
| |
|
| In silent midnight | | In silent midnight |
| | |
| | _______________________________ |
|
| |
|
|
| |
|