File: am.csd

package info (click to toggle)
csound 1%3A6.08.0~dfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 46,084 kB
  • sloc: ansic: 179,873; cpp: 58,415; python: 11,289; lisp: 4,046; xml: 1,302; objc: 1,198; yacc: 1,197; perl: 635; java: 618; sh: 608; tcl: 341; lex: 209; makefile: 168
file content (24 lines) | stat: -rw-r--r-- 282 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<CsoundSynthesizer>
<CsOptions>
-odac -d -B4096 -b1024
</CsOptions>
<CsInstruments>

instr 1  
  k2 oscil 10000, 1, 1
  a1 oscil 10000+k2, 120, 1
  chano a1, 1
  out a1
endin

</CsInstruments>

<CsScore>

f1 0 16384 10 1
; run for 30 secs
i1 0 30 

</CsScore>

</CsoundSynthesizer>