rebol[] emit: func [code] [repend html code] random/seed now/precise for lista 1 10 1 [ for i 1 100 1 [ emit ["file '" random 5 ".wav'"] ] ] ffmpeg -f concat -safe 0 -i listaa1.txt -c copy concat1.wav

Generative Music Experiments

These pieces are created using a simple pipeline: random short audio samples are selected, reordered and layered using REBOL scripts and ffmpeg. Nothing is composed in the traditional sense - the structure emerges from randomness.