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