summaryrefslogtreecommitdiff
path: root/examples/moogladder.csd
blob: 960e39486db4c72943402e9b7301e96ea5ea9da1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
<CsoundSynthesizer>
; tryit.csd - a Csound structured data file 
; for testing the Loris unit generators
-odac           -iadc     -d     ;;;RT audio I/O
; For Non-realtime ouput leave only the line below:
; -o moogladder.wav -W ;;; for file output any platform
<CsOptions>

</CsOptions>
<CsInstruments>

sr = 44100
kr = 4410
ksmps = 10
nchnls = 1

instr 1
kfe	expseg	500, p3*0.9, 1800, p3*0.1, 3000
kenv	linen		30000, 0.05, p3, 0.05
asig	buzz		kenv, 100, 15, 1
afil	moogladder	asig, kfe, .9
	out	afil

endin

</CsInstruments>
<CsScore>
; sinuso in table 1
f 1 0 4096 10 1

i 1    0      3

e
</CsScore>

</CsoundSynthesizer>