Skip to content

Commit

Permalink
cleanup snippets
Browse files Browse the repository at this point in the history
  • Loading branch information
lnfiniteMonkeys committed Mar 3, 2019
1 parent 6eb9775 commit 7565cfb
Show file tree
Hide file tree
Showing 9 changed files with 7 additions and 66 deletions.
2 changes: 1 addition & 1 deletion snippets/timelines-mode/RLPF
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ synth "${1:name}_RLPF" $ do
"amp" <>< let
in ${2:0}
"freq" <>< let
in ${3:beatDur}
in ${3:2000}
"rq" <>< let
in ${4:0.1}
"pan" <>< let
Expand Down
4 changes: 2 additions & 2 deletions snippets/timelines-mode/delay
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ synth "${1:name}_delay" $ do
"amp" <>< let
in ${2:0}
"delayTime" <>< let
in ${3:beatDur}
in ${3:1}
"decayTime" <>< let
in ${4:beatDur}
in ${4:2}
"pan" <>< let
in ${0:0}
2 changes: 1 addition & 1 deletion snippets/timelines-mode/envad
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
# name: envad
# key: envad
# --
envAD ${1:atk} ${2:rel} ${3:crv1} ${4:crv2} $ realTime ${5:bar} ${6:barDur} ${0:mult}
envAD ${1:atk} ${2:rel} ${3:crv1} ${4:crv2} $ realTime ${5:bar} ${6:barDur} ${0:multiplier}
21 changes: 0 additions & 21 deletions snippets/timelines-mode/fm4

This file was deleted.

2 changes: 1 addition & 1 deletion snippets/timelines-mode/fromList
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
# name: fromList
# key: fromList
# --
fromList [${1:values}] ${0:phasor}
fromList [${1:values}] ${0:index(0-1)}
17 changes: 0 additions & 17 deletions snippets/timelines-mode/lpfnoise

This file was deleted.

2 changes: 1 addition & 1 deletion snippets/timelines-mode/randoms
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
# name: randoms
# key: randoms
# --
randoms ${1:num} ${2:offset} ${0:phasor}
randoms ${1:num} ${2:seed} ${0:index(0-1)}
2 changes: 1 addition & 1 deletion snippets/timelines-mode/saw
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ synth "$1_saw" $ do
"width" <>< let
in ${5:0}
"pan" <>< let
in ${0:0.5}
in ${0:0}
21 changes: 0 additions & 21 deletions snippets/timelines-mode/sawdfm

This file was deleted.

0 comments on commit 7565cfb

Please sign in to comment.