Thoughts
- Should I use branch depth or specific rules to build chords?
I --> I IV V I ii --> ii V I IV IV --> IV V I ii V --> V I ii V
Which looks like this in code, btw
lsystem.addRule("1", "1451") lsystem.addRule("2", "2514") lsystem.addRule("4", "4512") lsystem.addRule("5", "5125")
This would make the chords more portable to different keys, but might take too much control away from the system.
No comments:
Post a Comment