amiika / ziffers

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

Add new duration attribute #65

Closed amiika closed 1 year ago

amiika commented 1 year ago

@BobbyJoe74 pointed out that note lengths and bpm is not following regular music theory.

To fix this parse note lenths to new attribute duration, and multiply current sleep by 4:

{sleep: 1.0, duration: 0.25, ...}