cass-dlcm / midi-asm

GNU General Public License v3.0
0 stars 0 forks source link

Add new chord types #7

Open cass-dlcm opened 3 years ago

cass-dlcm commented 3 years ago

Describe the solution you'd like It's cool that there's a decent variety of chords in the program already, but I wish there's more. I'd implement it by storing the chords in a file and reading in from there.

Describe alternatives you've considered I did consider storing the chords directly in code, how it's currently done, but that isn't a scalable way of doing things.