vim-snippets/UltiSnips/supercollider.snippets

11 lines
144 B
Plaintext
Raw Normal View History

2015-08-14 14:32:20 +01:00
snippet for
for (${1:1}, ${2:10}) {${3: |i}|}
$0
}
endsnippet
2015-10-11 11:40:40 +01:00
snippet sdef
SynthDef(\\${1:synthName}, {${2: |${3:x}|}
${0}
}).add;
endsnippet