Skip to content

Instantly share code, notes, and snippets.

@topher6345
Created November 20, 2013 22:24
Show Gist options
  • Save topher6345/7572226 to your computer and use it in GitHub Desktop.
Save topher6345/7572226 to your computer and use it in GitHub Desktop.
<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