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 08:34:54 +01:00
|
|
|
# -*- mode: snippet -*-
|
|
|
|
|
# name: b3drum
|
|
|
|
|
# group: battery123
|
|
|
|
|
# key: b3drum
|
2017-06-10 14:47:19 +01:00
|
|
|
# expand-env: (yas-indent-line fixed)
|
2017-06-10 08:34:54 +01:00
|
|
|
# --
|
|
|
|
|
-- @b3drum
|
|
|
|
|
d'drum $ cf $
|
|
|
|
|
-- every 3 rev $ -- (f4) and (f5) remove
|
|
|
|
|
-- every' 8 8 rev $ -- (f3)
|
|
|
|
|
stack [
|
2017-06-10 16:58:02 +01:00
|
|
|
-- slow 2 $ s "${1:peri} [~ ~ ~ $1] [~ $1 $1 ~] ~", -- (2), (3) ^$1*2 -- (f5) remove
|
2017-06-10 08:34:54 +01:00
|
|
|
-- whenmod 5 3 (density 2) $ -- (f1)
|
|
|
|
|
-- iter 2 $ -- (f2)
|
2017-06-10 16:58:02 +01:00
|
|
|
sound "[${4:tok}*2 [${3:rm} $4]] [${2:psr:1} $4*2]"
|
2017-06-10 08:34:54 +01:00
|
|
|
-- # n (slow 3 $ run 4) -- (1)
|
|
|
|
|
]
|