Procedurally generated music

Doesn’t sound bad but doesn’t sound good either.

how it works

it makes a seed of 4 random pentatonic notes in the variable (musics) , then repeats the following 40 times:

  • for each item in a list that is musics repeated 3 times, reshaped to (length of said list ::other) (3) ::lists ,
    • add ((item) + (random)) // random is a random number between -6 and 6. to another variable, (new musics)
  • set musics to the flattened version of new musics

sounds decent to me :clap: