some cleanup, clearer compat tags, add snippets

This commit is contained in:
Aneurin Barker Snook
2017-07-04 12:03:12 +01:00
parent 6ecfa5261a
commit e3e1b138ce
11 changed files with 190 additions and 41 deletions
+16
View File
@@ -0,0 +1,16 @@
# -*- 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