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: jperc
|
|
|
|
|
# group: juliese
|
|
|
|
|
# key: jperc
|
|
|
|
|
# expand-env: (yas-indent-line fixed)
|
|
|
|
|
# --
|
|
|
|
|
-- @jperc
|
|
|
|
|
d'perc $
|
|
|
|
|
-- iter 4 $ -- (4)
|
|
|
|
|
-- (# pan (density 16 "0.25 0.75")) $ -- (3)
|
|
|
|
|
-- whenmod 16 15 (density 3) $ -- (1)
|
|
|
|
|
smash 16 [0.25, 0.5] $
|
2017-06-10 17:24:08 +01:00
|
|
|
-- every 3 (append $ sound "$1:1 $1") $ -- (2)
|
|
|
|
|
sound "${1:hh} $1:2"
|
2017-06-10 15:05:01 +01:00
|
|
|
# gain 0.6
|