Archived
add tab stops to snippets, plus a few bug fixes
This commit is contained in:
+4
-4
@@ -6,10 +6,10 @@
|
||||
# --
|
||||
-- @hdrum3
|
||||
d'drum $ swing 0.14 $ stack [
|
||||
n "[1*2, 0*8, [~!! [~!! 0] ! ~!!]]/8" # s "drum",
|
||||
n "[1*2, 0*8, [~!! [~!! 0] ! ~!!]]/8" # s "${1:drum}",
|
||||
whenmod 3 2 (density 2) $
|
||||
withmod 11 5 0.5 1 (density 2) $
|
||||
n "[[~ 0] [[2!! ~]/4 0]]/2" # s "kit"
|
||||
-- n "[~ 1]/2" # s "sn" # gain 0.85 -- (1)
|
||||
-- n "[~ [1 0/8 1/2 0/2]]/2" # s "sn" # gain 0.85 -- (2)
|
||||
n "[[~ 0] [[2!! ~]/4 0]]/2" # s "${3:kit}"
|
||||
-- n "[~ 1]/2" # s "${2:sn}" # gain 0.85 -- (1)
|
||||
-- n "[~ [1 0/8 1/2 0/2]]/2" # s "$2" # gain 0.85 -- (2)
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user