This is a Windows Forms app in C# to generate ukulele chord progressions.
Current state / TODOs:
- Avoid chord repetition (sometimes the same chord appears twice in a row)
- Add more moods and styles
- Add more chord types (7th, sus2, dim, etc.)
- Improve chord diagram drawing and scaling
- Possibly save generated progressions to file or export as images
The app is currently functional and can generate basic chords with diagrams.
The C# logic works well, but the music theory and overall richness need further enhancement