User:Fako Berkers/project1: Difference between revisions
Fako Berkers (talk | contribs) (Created page with "==Week 1 and 2== I have a few ideas that I might want to work on. Some are in really early stages and I will not share them yet. But two are a little bit more mature and I'll des...") |
Fako Berkers (talk | contribs) |
||
Line 4: | Line 4: | ||
===Performance space as a computer=== | ===Performance space as a computer=== | ||
The note by Alexander Galloway on code as a language that is executable reminded me of John Cage and performances of him I heard about. He wrote instructions for his performers which could be translated in code like language like: | The note by Alexander Galloway on code as a language that is executable reminded me of John Cage and performances of him I heard about. He wrote instructions for his performers which could be translated in code like language like: | ||
<code> | <code> | ||
BEGIN | BEGIN</br> | ||
sound.level = sound.maxlevel; | sound.level = sound.maxlevel;</br | ||
performance.action = "a disciplined action"; | performance.action = "a disciplined action";</br | ||
END | END</br | ||
</code> | </code> |
Revision as of 13:14, 6 October 2010
Week 1 and 2
I have a few ideas that I might want to work on. Some are in really early stages and I will not share them yet. But two are a little bit more mature and I'll describe them briefly below.
Performance space as a computer
The note by Alexander Galloway on code as a language that is executable reminded me of John Cage and performances of him I heard about. He wrote instructions for his performers which could be translated in code like language like:
BEGIN
sound.level = sound.maxlevel;</br
performance.action = "a disciplined action";</br
END</br