add tab stops to snippets

This commit is contained in:
Aneurin Barker Snook
2017-06-10 17:24:08 +01:00
parent 7b5a5c9d8a
commit 56cab25594
10 changed files with 18 additions and 18 deletions
+4 -4
View File
@@ -8,9 +8,9 @@
d'wbass $ -- (sometimesBy 0.6 $ superimpose (rev . slow (5/4))) $ -- (5)
-- every' 4 4 (0.32 ~>) $ -- (2)
chop 16 $
sound "[wb wb:1 ~ ~]/4"
-- sound "[wb [wb:1 wb:2] ~ ~]/4" -- (1)
-- sound "[wb [wb:1 wb:2] ~ [wb:1 wb:2]]/4" -- (2)
-- sound "[wb [wb:1 wb:2] ~ [[wb:1 wb:1/2] wb:2]]/4" -- (4)
sound "[${1:wb} $1:1 ~ ~]/4"
-- sound "[$1 [$1:1 $1:2] ~ ~]/4" -- (1)
-- sound "[$1 [$1:1 $1:2] ~ [$1:1 $1:2]]/4" -- (2)
-- sound "[$1 [$1:1 $1:2] ~ [[$1:1 $1:1/2] $1:2]]/4" -- (4)
# gain 0.9
-- # speed "[1 1 2]/3" -- (3)