Skip to content
muteboy edited this page Jul 28, 2019 · 4 revisions
  1. Python script, feed it a seed number.
  2. Generates a music "scene" with
Generates a “record label”, with Pool of realistically-named people (DONE) Random number of semi-nonsense-named artists/bands, each with personnel drawn from the pool. (DONE)

Each artist has:

Random number of semi-nonsense-named albums. (DONE)

Each album has geometric minimalist CD and Cassette covers, with artwork and tracklisting (done with ImageMagick) (Needs a tweak, basically done)

Each album has:

Random number of semi-nonsense-named track names. (DONE)

Each track is generated as a random cacophony of bleeps and beats. Generated in CSound, then rendered as MP3.

Python script, feed it a seed number. Generates a “record label”, with pool of realistically-named people (done), & random number of semi-nonsense-named artists/bands, each with personnel drawn from the pool (done). Each artist has random number of semi-nonsense-named albums (done). Each album has geometric minimalist CD and Cassette covers, with artwork and tracklisting (done with ImageMagick, needs a tweak, basically done). Each album has random number of semi-nonsense-named track names. Each track is generated as a random cacophony of bleeps and beats. Generated in CSound, then rendered as MP3.

Clone this wiki locally