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
+21
View File
@@ -0,0 +1,21 @@
# -*- mode: snippet -*-
# name: p3perc
# group: pistonlp
# key: p3perc
# expand-env: (yas-indent-line fixed)
# --
-- @p3perc
d'perc $
{- -- (3)
-- within (0, 0.5) (# vowel "o") $ -- (5)
-- whenmod 3 2 rev $ -- (4)
chop 16 $
within (0.5, 1.5) (
(# orbit 1) .
(# delay 0.3) . (# delayfeedback 0.5) . (# delaytime 0.766) --(138/60)/3
) $
-- -}
stack [
s "~ ${1:wt}*2" -- (0)
-- sound "[[${2:k}:1 [~ $2:1] $2:1 [~ $2:1]] ${3:sn}]/8" -- (1) alone, (2) w/ wt
]