amiika / ziffers

Numbered musical notation for composing algorithmic and generative melodies

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add when option for loops cycles

amiika opened this issue · comments

Add when option for loops. Something that could be run for every 6 cycle or last 2 cycles etc.

For example:

z1 "1234", seed: 2, when: {
cycles: 4,
last: 2
do: { offset: 2 }
}

Added in 1.1 but not documented yet.