amiika / ziffers

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

Add fading to zplay and zloop #31

Closed amiika closed 4 years ago

amiika commented 4 years ago

Add option to fade notes in or adjust parameters as a ring.

zplay "123456", adjust: {amp: [0.0,0.1,0.2,0.3,1,2] } zloop "12345", adjust: {amp: [0.5,1,2].ring}

Add function to create common easing functions:

zplay "123456", adjust: {amp: (zrange :expo, 0, 2, 10) }

amiika commented 4 years ago

Added in 1.1