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
cuadrillion/snippets/cusetup
T

17 lines
333 B
Plaintext
Raw Normal View History

# -*- mode: snippet -*-
# name: cusetup
# group: cuadrillion
# key: cusetup
# expand-env: (yas-indent-line fixed)
# --
let bpm b = cps (b/60)
msil = mapM_ ($ silence)
every' n o f = when ((== (o-1)) . (\`mod\` n)) f
d'drum = d1
d'perc = d2
d'bass = d3
d'bleep = d4
d'gt = d5
d'gt2 = d6
d'gt3 = d7