1<CsoundSynthesizer>
2
3; Id: D01.CSD mg (2006, rev.2009)
4; author: marco gasperini (marcogsp at yahoo dot it)
5
6; G.M. Koenig
7; ESSAY (1957)
8
9<CsOptions>
10-W -f -oD01.wav
11</CsOptions>
12
13<CsInstruments>
14
15sr     = 192000
16kr     = 192000
17ksmps  = 1
18nchnls = 1
19
20	instr 1
21iamp	= p4
22ifile	= p5
23
24a1	diskin2 ifile, 1
25a1	= a1 * iamp
26
27	out a1
28	endin
29
30</CsInstruments>
31<CsScore>
32t0	4572	; 76.2 cm/sec. tape speed (durations in cm)
33
34;			p4	p5
35;			iamp	ifile
36i1	0	865.7	.6	"D00_a.wav"
37i1	0	865.7	.45	"D00_b.wav"
38
39e
40
41</CsScore>
42</CsoundSynthesizer>