-
Notifications
You must be signed in to change notification settings - Fork 0
Home
- Python script, feed it a seed number.
- Generates a music "scene" with
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.