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 -*-
|
2017-06-10 16:58:02 +01:00
|
|
|
# name: b123setup
|
2017-06-10 08:34:54 +01:00
|
|
|
# group: battery123
|
2017-06-10 16:58:02 +01:00
|
|
|
# key: b123setup
|
2017-06-10 14:47:19 +01:00
|
|
|
# expand-env: (yas-indent-line fixed)
|
2017-06-10 08:34:54 +01:00
|
|
|
# --
|
|
|
|
|
let bpm b = cps (b/60)
|
|
|
|
|
msil = mapM_ ($ silence)
|
|
|
|
|
cf = slow 2
|
2017-06-10 14:54:23 +01:00
|
|
|
every' n o f = when ((== (o-1)) . (\`mod\` n)) f
|
2017-06-10 08:34:54 +01:00
|
|
|
d'drum = d1
|
|
|
|
|
d'perc = d2
|
|
|
|
|
d'bass = d3
|
|
|
|
|
d'hand = d4
|
|
|
|
|
d'warb = d5
|
|
|
|
|
d'bass2 = d6
|
|
|
|
|
d'arpy = d7
|
|
|
|
|
d'tr = d8
|
|
|
|
|
d'tac = d9
|