amiika / ziffers

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

Fix example #82

Open amiika opened 1 year ago

amiika commented 1 year ago

Ziffers.debug

breakbeat = "| HB H | HS [H B] | [HB S] [HB S] | HS [H B S] | | HB H | HS [H B S] | [H H] [S r B] | HS [H H] |"

samples = { B: :bd_tek, S: :drum_snare_soft, H: {sample: :drum_cymbal_closed, amp: 0.2} }

z1 breakbeat, use: samples, duration: 0.25