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

Allow more than 10 lyrics within a generation #6

Closed PastaSource closed 2 years ago

PastaSource commented 2 years ago

Currently 10 words are generated within a lyric, no more no less. Allowing the user to decide how many are generated would be a good step for increased usability.

PastaSource commented 2 years ago

This feature has now been added, but it has revealed an issue with the code. The code for preventing repetition of low character count words causes an excessive amount of long character words when a large amount of words are generated for a lyric.