improve composition notes, and create daft number of snippets for easier performance

This commit is contained in:
Aneurin Barker Snook
2017-06-10 23:32:36 +01:00
parent 5ffe90ec9e
commit b9d5cee137
54 changed files with 967 additions and 276 deletions
+18
View File
@@ -0,0 +1,18 @@
# -*- mode: snippet -*-
# name: p7drum
# group: pistonlp
# key: p7drum
# expand-env: (yas-indent-line fixed)
# --
-- @p7drum
d'drum $ whenmod 3 2 (slow (4/3)) $ s "[${1:k}*2 [${2:sn} ~ ~ ${3:wt}] $1*2 $2 [~ $1]]/5"
d'drum $ every 3 (density 2) $ within (0, 0.5) (jux ((1/3) ~>)) $
s "[$1 [$2 ~ $1] [~ ~ $2] ~]/8"
d'drum $ s "[$1 [$2 ~ $1] [~ ~ $2] ~]/8"
d'drum $ s "{[$1 $1]/2, ~ $2}"
d'drum $ s "{[[$1 ~ $1] $1]/2, ~ $2}"
d'drum $ within (0, 0.5) (jux ((1/3) ~>)) $ s "[$1 [$2 ~ $1] [~ ~ $2] ~]/8"