scalePattern = slow 16 "" d2 $ note ((scaleP scalePattern $ (rotR 3.5) -- $ inversion \n $ (+ slow 8 "x" <~> ((0.5 ~>) generateMelodicSeed)) -- $ slow 2 \n $ generateMelodicSeed ) - 12)#s "[pe-gtr:9,midi]" #gain 1.2 #orbit 1 #midichan 2 scalePattern = slow 16 "" d9 $ midicmd "start" # s "midi"

Cut-up Technique

Pioneered by poet William Burroughs, cut-up technique is the process of dissolving some corpus of text into its component words and generating poetry from those words. This generated poem can be left as is or subjected to further polishing and editing.

Burroughs would literally cut the words out with scissors and pull them from a hat when constructing poems. Poets now also use computers to assist them in creating cut-ups.

The generation techniques can be stochastic or deterministic.

The technique is popular with songwriters looking to surprise themselves or play with language. Thom York, David Bowie, Robert Pollard, and Jeff Tweedy are among some of the artists who occasionally use cut-up technique in their writing.

I wrote a program to assist me in creating my own cut-ups. I named it after Bob Pollard. It creates a 1st order markov chain based on the corpus text and is (mostly) capable of fitting its results to a predefined syllabic scheme.


Notes mentioning this note

There are no notes linking to this note.



Creative Commons License
This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.