|
Expresso takes a simple musical expression (literally "X") and mutates it.
In each generation, transformations are applied to
components of the expression. This is a fractal technique known as an
L-system.
The more generations there are, the larger and
more complex the expression gets (and the longer it can take
to compute).
The output varies wildly, from boring to fascinating.
Press "Mutate" a few times
till you get something that looks interesting, then click
on the image to play it. See Composer's Quarry for examples of output.
After 9 generations the expression "X" became this: | step(transpose(((step(arpeggio(step(X,12) ) ,12) +echo((X+transpose(transpose(X,-5) ,12) ) ,4,6) ) +((transpose(X,-5) +transpose(X,4) ) +transpose(X,7) ) ) ,4) ,12) random seed used was 121582905
|
The algorithm for Expresso is written in
KeyKit, and
here's the source code.
| | | |