supercollider-tmbundle/Snippets/Create SynthDef.tmSnippet

19 lines
508 B
Plaintext

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>content</key>
<string>SynthDef(\\${1:foobar}) { |${2:out=0}$3|
$0
}.play(s);</string>
<key>name</key>
<string>Create SynthDef</string>
<key>scope</key>
<string>source.supercollider</string>
<key>tabTrigger</key>
<string>sdef</string>
<key>uuid</key>
<string>99EFA3F0-FDE6-4209-BED6-E051109CC51A</string>
</dict>
</plist>