Skip to content

Instantly share code, notes, and snippets.

@echophon
Last active December 9, 2017 05:28
Show Gist options
  • Save echophon/99fc7c7cfe61f1a7355dd2b36ef82c23 to your computer and use it in GitHub Desktop.
Save echophon/99fc7c7cfe61f1a7355dd2b36ef82c23 to your computer and use it in GitHub Desktop.
Tidal Sublime Snippets
<snippet>
<content><![CDATA[
degradeBy "${1:0.25} ${2:0.75} ${3:0.75} ${4:0.75}"
]]></content>
<tabTrigger>degradeBy</tabTrigger>
<description>:: Pattern Time -> Pattern a -> Pattern a
</description>
<scope>source.haskell</scope>
</snippet>
<snippet>
<content><![CDATA[
fast "${1:1} ${2:2} ${3:3}"
]]></content>
<tabTrigger>fast</tabTrigger>
<description>:: Pattern Time -> Pattern a -> Pattern a
</description>
<scope>source.haskell</scope>
</snippet>
<snippet>
<content><![CDATA[
fit ${1:3} ["${2:chin}", "${3:chin:1}", "${4:chin:2}", "${5:chin:4}"] "${6:0*2} ${7:[0 1]} ${8:~} ${9:2_}"
]]></content>
<tabTrigger>fit</tabTrigger>
<description>:: Int -> [a] -> Pattern Int -> Pattern a
</description>
<scope>source.haskell</scope>
</snippet>
<snippet>
<content><![CDATA[
fit' ${1:1} ${2:3} "${3:1} ${4:0}" "${5:1} ${6:0/2}" "${7:chin} ${8:chin:1} ${9:chin:2*2}"
]]></content>
<tabTrigger>fit_</tabTrigger>
<description>:: Time -> Int -> Pattern Int -> Pattern Int -> Pattern a -> Pattern a
</description>
<scope>source.haskell</scope>
</snippet>
<snippet>
<content><![CDATA[
iter "${1:4} ${2:2}"
]]></content>
<tabTrigger>iter</tabTrigger>
<description>:: Pattern Time -> Pattern a -> Pattern a
</description>
<scope>source.haskell</scope>
</snippet>
<snippet>
<content><![CDATA[
slow "${1:1} ${2:2} ${3:3}"
]]></content>
<tabTrigger>slow</tabTrigger>
<description>:: Pattern Time -> Pattern a -> Pattern a
</description>
<scope>source.haskell</scope>
</snippet>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment