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.
Files
piston-lp/snippets/p5drum
T

14 lines
331 B
Plaintext
Raw Normal View History

# -*- mode: snippet -*-
# name: p5drum
# group: pistonlp
# key: p5drum
# expand-env: (yas-indent-line fixed)
# --
-- @p5drum
d'drum $ overlay (s "[[${1:k} ~ ~ $1] ~ [~ $1] ~]/4") $ sound "{[~ ~ ~ $1:1], [~ ${2:sn}]/2}"
d'drum $ sound "{[~ ~ ~ $1:1], [~ $2]/2}"
d'drum $ sound "{$1, [~ ~ ~ $1:1], [~ $2]/2}"
d'drum $ sound "$1:1"