|
|
|
|
|
by vessenes
195 days ago
|
|
Cool. My one concern with this is that it has no horizontally scannable note/chord mode. It’s super common for humans to read a sequence of notes left to right, or write it that way, but it’s also just more efficient in terms of scanning / reading. Can I suggest a guarded mode that specifies how far apart each given note/chord is by the count, e.g. #1.0:verse1
Am - C - G - E - F F F F
#
You could then repeat this or overlay a melody line like #0.25:melody1
C4 - C4 - C4 D4 C4 - D4 - D4 - D4 E4 D4 -
#
Etc. I think this would be easier to parse and produce for an LLM, and it’s would compile back to the original spec easily as well. |
|