This file contains hidden or 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
SndBuf2 snare => NRev sRev => Pan2 pSnare => dac; | |
SndBuf2 crash => NRev sRev3 => dac; | |
SndBuf2 kick => Pan2 pKick => dac; | |
SndBuf2 hihat => NRev sRev2 => Pan2 pHihat => dac; | |
SinOsc sine => dac; | |
me.dir() => string path; | |
<<<path>>>; | |
<<<"">>>; | |
<<<"-------------------- Taliban Cola -------------------- ">>>; |
This file contains hidden or 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
<?xml version="1.0" encoding="utf-8"?> | |
<CodeSnippets xmlns="http://schemas.microsoft.com/VisualStudio/2005/CodeSnippet"> | |
<CodeSnippet Format="1.0.0"> | |
<Header> | |
<Title>SetGet</Title> | |
<Keywords>set get</Keywords> | |
<Shortcut>sget</Shortcut> | |
<Author>Eugene Yakshin</Author> | |
<Description>Makes Setter and Getter</Description> | |
</Header> |