1<CsoundSynthesizer>
2
3; Id: C05_ABSCHNITT.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 -oX_ABSCHNITT_C.wav
11</CsOptions>
12
13<CsInstruments>
14
15sr     = 192000
16kr     = 192000
17ksmps  = 1
18nchnls = 1
19
20
21;=============================================
22; 331-443 ENTRY DELAYS & SYNCHRONIZATION
23;=============================================
24	instr 1
25iamp	= p4
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;			iamp	ifile
42i1	0	533	1 	"C04_ENV01.wav"
43i1	233.5	685	1 	"C04_ENV02.wav"	; + 233.5
44i1	583.8	457	1 	"C04_ENV03.wav"	; + 350.3
45						; PART D: + 155.7
46; total length: 739.5
47e
48
49</CsScore>
50</CsoundSynthesizer>