User:Mathijs van Oosterhoudt/formula: Difference between revisions
No edit summary |
No edit summary |
||
Line 24: | Line 24: | ||
} | } | ||
combine(data); | combine(data); | ||
analogueize(data); | analogueize(data); | ||
present(data); | present(data); | ||
---- | |||
#1 Find any interesting form or collection of data. | #1 Find any interesting form or collection of data. |
Revision as of 10:17, 24 April 2013
data = find_data();
if(data == analogue){ digitize(data); }
randomchoice = random(3);
if(randomchoice == 1){ create(algorithm); mix(data, algorithm); }
if(randomchoice == 2){ alter(data); }
if(randomchoice == 3){ create(algorithm); alter(mata); mix(data, algorithn); }
combine(data);
analogueize(data);
present(data);
- 1 Find any interesting form or collection of data.
- 2 If analogue, digitize.
- 3 Create an algorithm that mixes and matches this data, possibly altered.
- 4 Present combinations in an analogue matter.