forked from rfwatson/supercollider-tmbundle
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
17 changed files
with
262 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
<?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>beforeRunningCommand</key> | ||
<string>nop</string> | ||
<key>command</key> | ||
<string>require_cmd sc3c | ||
export SC_INTERPRET_TEXT="currentEnvironment" | ||
sc3c -x SC_INTERPRET_TEXT;</string> | ||
<key>input</key> | ||
<string>none</string> | ||
<key>name</key> | ||
<string>Current Environment</string> | ||
<key>output</key> | ||
<string>replaceSelectedText</string> | ||
<key>tabTrigger</key> | ||
<string>ce</string> | ||
<key>uuid</key> | ||
<string>C7B4E800-33FF-46B2-AC69-648F8028E4E8</string> | ||
</dict> | ||
</plist> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
<?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>${4:~${1:snd}[${2:60}] = \filter -> { |in| | ||
in * ${3:1.2}; | ||
\}}</string> | ||
<key>name</key> | ||
<string>Filter: Amp</string> | ||
<key>scope</key> | ||
<string>source.supercollider</string> | ||
<key>tabTrigger</key> | ||
<string>famp</string> | ||
<key>uuid</key> | ||
<string>D7CC0BBC-C4B0-4612-AA3C-67D33801469A</string> | ||
</dict> | ||
</plist> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
<?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>${5:~${1:snd}[${2:40}] = \filter -> { |in| | ||
BPF.ar(in, ${3:1500}, ${4:1}); | ||
\}}</string> | ||
<key>name</key> | ||
<string>Filter: BPF</string> | ||
<key>scope</key> | ||
<string>source.supercollider</string> | ||
<key>tabTrigger</key> | ||
<string>fbpf</string> | ||
<key>uuid</key> | ||
<string>83843534-95B0-4575-BBB7-7468B02033BF</string> | ||
</dict> | ||
</plist> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
<?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>${4:~${1:snd}[${2:40}] = \filter -> { |in| | ||
in.round(0.5 ** ${3:16}); | ||
\}}</string> | ||
<key>name</key> | ||
<string>Filter: Bitcrusher</string> | ||
<key>scope</key> | ||
<string>source.supercollider</string> | ||
<key>tabTrigger</key> | ||
<string>fbit</string> | ||
<key>uuid</key> | ||
<string>0EFE90FC-8A6F-4EC1-ACAB-65E68F5FAE35</string> | ||
</dict> | ||
</plist> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
<?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>${8:~${1:snd}[${2:50}] = \filter -> { |in| | ||
Compander.ar(in, in, ${3:0.6}, ${4:1}, ${5:1/3}, ${6:10}, ${7:10}); // In, Ctrl, Thresh, Below, Above, Attack, Release | ||
\}}</string> | ||
<key>name</key> | ||
<string>Filter: Comp</string> | ||
<key>scope</key> | ||
<string>source.supercollider</string> | ||
<key>tabTrigger</key> | ||
<string>fcomp</string> | ||
<key>uuid</key> | ||
<string>3E857CDC-1970-42C0-B984-B5A46C3B4589</string> | ||
</dict> | ||
</plist> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
<?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>${6:~${1:snd}[${2:60}] = \filter -> { |in| | ||
CombC.ar(in, ${3:2}, ${4:0.4}, ${5:1.7}); // MaxDelay, Delay, Decay | ||
\}}</string> | ||
<key>name</key> | ||
<string>Filter: Delay</string> | ||
<key>scope</key> | ||
<string>source.supercollider</string> | ||
<key>tabTrigger</key> | ||
<string>fdel</string> | ||
<key>uuid</key> | ||
<string>A5B7E56B-7793-4E6B-9A2F-9E2CABE34076</string> | ||
</dict> | ||
</plist> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
<?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>${5:~${1:snd}[${2:40}] = \filter -> { |in| | ||
${3:R}HPF.ar(in, ${4:3000}); // note: RHPF takes q as 3rd arg | ||
\}}</string> | ||
<key>name</key> | ||
<string>Filter: HPF</string> | ||
<key>scope</key> | ||
<string>source.supercollider</string> | ||
<key>tabTrigger</key> | ||
<string>fhpf</string> | ||
<key>uuid</key> | ||
<string>6B741BAA-6AB0-4586-A937-CE4F80CD52AB</string> | ||
</dict> | ||
</plist> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
<?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>${5:~${1:snd}[${2:40}] = \filter -> { |in| | ||
${3:R}LPF.ar(in, ${4:3000}); // note: RLPF takes q as 3rd arg | ||
\}}</string> | ||
<key>name</key> | ||
<string>Filter: LPF</string> | ||
<key>scope</key> | ||
<string>source.supercollider</string> | ||
<key>tabTrigger</key> | ||
<string>flpf</string> | ||
<key>uuid</key> | ||
<string>1C1809CD-1C69-4800-84E1-537C61002CDB</string> | ||
</dict> | ||
</plist> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
<?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>${5:~${1:snd}[${2:40}] = \filter -> { |in| | ||
MidEQ.ar(in, ${3:1500}, ${4:1}, ${5:-12}); | ||
// in, freq, q, +-db | ||
\}}</string> | ||
<key>name</key> | ||
<string>Filter: MidEQ</string> | ||
<key>scope</key> | ||
<string>source.supercollider</string> | ||
<key>tabTrigger</key> | ||
<string>fmeq</string> | ||
<key>uuid</key> | ||
<string>352B1CA4-58C2-4ED7-BBE9-8CF30AD4BC3B</string> | ||
</dict> | ||
</plist> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
<?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>${6:~${1:snd}[${2:20}] = \filter -> { |in| | ||
FreeVerb.ar(in, ${3:0.6}, ${4:0.4}, ${5:0.4}); // Mix, Room, Damp | ||
\}}</string> | ||
<key>name</key> | ||
<string>Filter: Reverb</string> | ||
<key>scope</key> | ||
<string>source.supercollider</string> | ||
<key>tabTrigger</key> | ||
<string>frev</string> | ||
<key>uuid</key> | ||
<string>AD748184-F7EF-4F2B-B54B-F952C3AF7A57</string> | ||
</dict> | ||
</plist> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
<?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>${10:~${1:snd}[${2:1}] = \set -> Pbind( | ||
${3:\trig, 1,} | ||
${4:\freq, ${5:Pseq([${6:1}], inf)},} | ||
${7:\dur, ${8:Pseq([${9:1}], inf)}} | ||
)}</string> | ||
<key>name</key> | ||
<string>Filter: Set</string> | ||
<key>scope</key> | ||
<string>source.supercollider</string> | ||
<key>tabTrigger</key> | ||
<string>fset</string> | ||
<key>uuid</key> | ||
<string>E5C48288-2B8F-4318-B430-682CCC07C27A</string> | ||
</dict> | ||
</plist> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
<?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>~${1:snd} = { | ||
$2 | ||
}</string> | ||
<key>name</key> | ||
<string>Proxy Space Function</string> | ||
<key>scope</key> | ||
<string>source.supercollider</string> | ||
<key>tabTrigger</key> | ||
<string>~</string> | ||
<key>uuid</key> | ||
<string>8D930094-FA29-48FD-9A42-D2765D311864</string> | ||
</dict> | ||
</plist> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
<?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>s.plotTree</string> | ||
<key>name</key> | ||
<string>s.plotTree</string> | ||
<key>scope</key> | ||
<string>source.supercollider</string> | ||
<key>tabTrigger</key> | ||
<string>s.p</string> | ||
<key>uuid</key> | ||
<string>1CC9F07D-D317-443A-8A46-0B0B637D280C</string> | ||
</dict> | ||
</plist> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters