amiika / ziffers

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

Add ratio parameter to adjust adsr and sleep #14

Closed amiika closed 2 years ago

amiika commented 5 years ago

Use default synth release by default. Add ratio parameter for adjusting release and sleep.

Could also add some swing paramater that would variate that ratio on the fly.

amiika commented 4 years ago

Refactored sleep vs. adsr but it still could be better

amiika commented 4 years ago

ADSR is not set using this formula: 1.5 sleep adsr.

For example: 1.5 0.5(sleep) 1(release)

See set_ADSR

How it should be done?

amiika commented 2 years ago

This was deprecated in Ziffers 2 ... need to think this again.