User:Fako Berkers/project1: Difference between revisions

From XPUB & Lens-Based wiki
Line 6: Line 6:


<code>
<code>
BEGIN</br>
BEGIN<br/>
sound.level = sound.maxlevel;</br
sound.level = sound.maxlevel;<br/>
performance.action = "a disciplined action";</br
performance.action = "a disciplined action";<br/>
END</br
END<br/>
</code>
</code>

Revision as of 14: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