Skip to content

Command line tool to randomly generate chord progressions. Thanks to DevX for the idea.

Notifications You must be signed in to change notification settings

nachtm/ChordTraverser

Repository files navigation

ChordTraverser

Builds chord progressions by walking through a chord graph with some randomness.

To run, run the following command from terminal or command prompt:

java SongGenerator chordgraph.txt chordDef.txt

SongGenerator takes two commandline arguments, a map of the connections between chords and a chord definition file that tells the program what chord corresponds to what note. The names given to the chords don't matter when connecting a chord to its definition; instead, ensure that the order of chords is the same in both files.

About

Command line tool to randomly generate chord progressions. Thanks to DevX for the idea.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages