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 -*-
|
2017-06-27 23:57:06 +01:00
|
|
|
# name: julsetup
|
2017-06-10 15:05:01 +01:00
|
|
|
# group: juliese
|
2017-06-27 23:57:06 +01:00
|
|
|
# key: julsetup
|
2017-06-10 15:05:01 +01:00
|
|
|
# expand-env: (yas-indent-line fixed)
|
|
|
|
|
# --
|
|
|
|
|
let bpm b = cps (b/60)
|
|
|
|
|
every' n o f = when ((== (o-1)) . (\`mod\` n)) f
|
|
|
|
|
msil = mapM_ ($ silence)
|
|
|
|
|
d'drum = d1
|
|
|
|
|
d'perc = d2
|
|
|
|
|
d'bass = d3
|
|
|
|
|
d'eg = d4
|
|
|
|
|
d'gt = d5
|
|
|
|
|
d'udu = d6
|
|
|
|
|
d'pc = d7
|
|
|
|
|
d'pcl = d8
|
|
|
|
|
d'wbass = d9
|