You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 13, 2025. It is now read-only.
When I type d1 $ within (0, 0.2) (fast 2) $ sound "bd hh cp sd",
I expect the equivalent of d1 $ sound "[bd bd] hh cp sd" but instead I hear d1 $ sound "[bd hh] hh cp sd".
When I type
d1 $ within (0, 0.2) (fast 2) $ sound "bd hh cp sd",I expect the equivalent of
d1 $ sound "[bd bd] hh cp sd"but instead I heard1 $ sound "[bd hh] hh cp sd".Via the reference for the
withinfunction:d1 $ within (0, 0.5) (fast 2) $ sound "bd*2 sn lt mt hh hh hh hh"When I copy this code and run it, it is different than the reference audio sample, instead applying
fast 2to the hi-hats.