1<CsoundSynthesizer>
2
3; Id: G05_ENV17-1.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 -oG05_ENV17-1.wav
11</CsOptions>
12
13<CsInstruments>
14
15sr     = 192000
16kr     = 192000
17ksmps  = 1
18nchnls = 1
19
20;=============================================
21; 275.17 INTENSITY CURVES
22;=============================================
23	instr 1
24iamp	= ampdb(p4)
25
26idur	= p3
27ifile	= p5
28
29a1	diskin2  ifile, 1
30
31aout	=  a1*iamp
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	1870	-15	"G04_REV17-1.wav"
45
46e
47
48</CsScore>
49</CsoundSynthesizer>