PastaSource / Musinator

Generates random lyrics from a given TXT file, and a chord progression in a randomly chosen key.
0 stars 0 forks source link

Allows users to choose prog length and chord freq #11

Closed PastaSource closed 2 years ago

PastaSource commented 2 years ago

Progression length and chord frequency can now be chosen by the user with values from 1-99 being supported. Whilst this is a very wide range I'd like to keep it this way for now, until I figure out a more sensible range.

There is possibly some redundant code which needs to be addressed, but this is not urgent. Closes #5

PastaSource commented 2 years ago

Merged code from experimental functioncreation branch, containing code to allow user to pick progression length and chord frequency.