User:Fako Berkers/project1: Difference between revisions
Fako Berkers (talk | contribs) |
Fako Berkers (talk | contribs) |
||
Line 6: | Line 6: | ||
<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:15, 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;
performance.action = "a disciplined action";
END