amiika / ziffers

Numbered musical notation for composing algorithmic and generative melodies
MIT License
81 stars 5 forks source link

Add harmony to existing melody #10

Closed amiika closed 4 years ago

amiika commented 5 years ago

Simple melodies could be turned to harmonized melodies with simple harmony parameter providing number of steps between the notes and number of notes, for example:

zplay "123", harmony: [2,3]

would be same as:

zplay "{1,3,5}0{2,4,6}0{3,5,7}0"

amiika commented 4 years ago

https://github.com/amiika/ziffers/wiki/Transformations#harmonize