1<CsoundSynthesizer>
2
3; Id: G08_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_G.wav
11</CsOptions>
12
13<CsInstruments>
14
15sr     = 192000
16kr     = 192000
17ksmps  = 1
18nchnls = 1
19
20;=============================================
21; 372. SYNCHRONIZATION
22;=============================================
23	instr 1
24ifile	= p4
25
26a1	diskin2 ifile , 1
27
28aout	=  a1
29	out aout
30	endin
31
32	instr 2
33ifile	= p4
34
35a1	diskin2 ifile , -1, p3
36
37aout	=  a1
38	out aout
39	endin
40;=============================================
41
42</CsInstruments>
43<CsScore>
44
45t0	4572		; 76.2 cm/sec. tape speed (durations in cm)
46
47;				p4
48;				ifile
49i1	762	12675	 	"G06_ABSCHNITT-1.wav"
50i2	0	13437	 	"G07_REV-22.wav"
51; G attack -762
52e
53
54</CsScore>
55</CsoundSynthesizer>