1<CsoundSynthesizer>
2
3; Id: C04_ENV01.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 -oC04_ENV01.wav
11</CsOptions>
12
13<CsInstruments>
14
15sr     = 192000
16kr     = 192000
17ksmps  = 1
18nchnls = 1
19
20;=============================================
21; 235.1 INTENSITY CURVES
22;=============================================
23	instr 1
24iamp	= ampdb(p4)
25
26ifile	= p5
27
28a1	diskin2  ifile, 1
29
30att	linen iamp , .01 , p3 , .01
31aout	=  a1 * att
32
33	out aout
34	endin
35;=============================================
36
37</CsInstruments>
38<CsScore>
39t0	4572		; 76.2 cm/sec. tape speed (durations in cm)
40
41;			p4	p5
42;			iamp1	ifile
43;			[dB]
44i1	0	533	-9	"C03_REV01.wav"
45
46
47e
48
49</CsScore>
50</CsoundSynthesizer>