2008-12-21 22:13:47 +00:00
|
|
|
<?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>
|
2008-12-21 23:08:08 +00:00
|
|
|
<key>scope</key>
|
|
|
|
<string>source.supercollider</string>
|
2008-12-21 22:13:47 +00:00
|
|
|
<key>tabTrigger</key>
|
|
|
|
<string>sdef</string>
|
|
|
|
<key>uuid</key>
|
|
|
|
<string>99EFA3F0-FDE6-4209-BED6-E051109CC51A</string>
|
|
|
|
</dict>
|
|
|
|
</plist>
|