This repository has been archived on 2026-09-07. You can view files and clone it. You cannot open issues or pull requests or push a commit.
2017-06-10 15:05:01 +01:00
|
|
|
# -*- mode: snippet -*-
|
|
|
|
|
# name: judu
|
|
|
|
|
# group: juliese
|
|
|
|
|
# key: judu
|
|
|
|
|
# expand-env: (yas-indent-line fixed)
|
|
|
|
|
# --
|
|
|
|
|
-- @judu
|
|
|
|
|
d'udu $
|
|
|
|
|
-- (every' 5 3 $ brak) $ -- (3)
|
|
|
|
|
-- (every' 3 2 . sometimesBy 0.5 $ density (4/3)) $ -- (1)
|
|
|
|
|
-- (whenmod 7 5 $ trunc (5/6)) $ -- (2)
|
|
|
|
|
slow 4 . chop 128 $
|
2017-06-10 17:24:08 +01:00
|
|
|
sound (samples "${1:udu}" (slow 4 $ irand 4))
|
2017-06-10 15:05:01 +01:00
|
|
|
# gain 0.8
|
|
|
|
|
# cut 6
|