• @LofenyyM
    link
    44 years ago

    This is a great idea, but it’s got a bit of a glaring flaw. They only generated every possible 8 tone melody, but the world uses 12 tones. That means that they only generated 1% of all possible melodies within the system that we use in modern music. I’d be nice to see them extend this.

    • @AgreeableLandscapeOPM
      link
      5
      edit-2
      4 years ago

      New pull request:

      - generateEveryMelody(8);

      + generateEveryMelody(12);

      /s, probably.