Created
November 20, 2013 22:24
-
-
Save topher6345/7572226 to your computer and use it in GitHub Desktop.
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
<CsoundSynthesizer> | |
;<CsOptions> | |
;</CsOptions> | |
<CsInstruments> | |
sr = 44100 | |
ksmps = 1 | |
;nchnls = 2 | |
0dbfs = 1 | |
gir ftgen 1, 0, 8192, 10, 1 | |
instr 1 | |
ares poscil 1 , 440, gir | |
outs ares, ares | |
endin | |
</CsInstruments> | |
<CsScore> | |
i1 0 20 | |
</CsScore> | |
</CsoundSynthesizer> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment