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: b1drum2
|
|
|
|
|
# group: battery123
|
|
|
|
|
# key: b1drum2
|
2017-06-10 14:47:19 +01:00
|
|
|
# expand-env: (yas-indent-line fixed)
|
2017-06-10 08:34:54 +01:00
|
|
|
# --
|
|
|
|
|
-- @b1drum2
|
|
|
|
|
d'drum $ cf $
|
|
|
|
|
stack [
|
2017-06-10 16:58:02 +01:00
|
|
|
s "${1:peri}*2", -- (-1) remove
|
2017-06-10 08:34:54 +01:00
|
|
|
-- every' 8 8 (density 1.5) $ -- (2)
|
|
|
|
|
-- every 2 (density 3) $ -- (1)
|
2017-06-10 16:58:02 +01:00
|
|
|
sound "~ ${2:psr:1}"
|
2017-06-10 08:34:54 +01:00
|
|
|
]
|