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
+13
View File
@@ -0,0 +1,13 @@
# -*- mode: snippet -*-
# name: p5drum
# group: pistonlp
# key: p5drum
# expand-env: (yas-indent-line fixed)
# --
-- @p5drum
d'drum $ overlay (s "[[${1:k} ~ ~ $1] ~ [~ $1] ~]/4") $ sound "{[~ ~ ~ $1:1], [~ ${2:sn}]/2}"
d'drum $ sound "{[~ ~ ~ $1:1], [~ $2]/2}"
d'drum $ sound "{$1, [~ ~ ~ $1:1], [~ $2]/2}"
d'drum $ sound "$1:1"