<CsoundSynthesizer>
; this CSD file was generated with makecsd v1.1
; (written by Istvan Varga, Mar 2003)
<CsOptions>
; set command line options here
-Wdo cvOboe.wav
</CsOptions>
<CsInstruments>
sr	= 44100
kr	= 44100
ksmps	= 1
nchnls	= 1

; Csound Convolution Opcodes
; ==========================
;     convolve      1996
;     cross2        1997
;     dconv         2001
;     ftmorf        2002
;     pconvolve     2004
;     ftconv        2005

; RideCymbal.wav:
;         srate 44100, monaural, 16 bit WAV, 6.150 seconds
;         (271222 sample frames)

; FluteA4.wav:
;         srate 44100, monaural, 16 bit WAV, 2.166 seconds
;         (95510 sample frames)

; OboeA4.wav:
;         srate 44100, monaural, 16 bit WAV, 1.350 seconds
;         (59549 sample frames)

; OmniCenter25ft.wav:
;         srate 44100, monaural, 16 bit WAV, 2.993 seconds
;         (131993 sample frames)

; ViolinA4.wav:
;         srate 44100, monaural, 16 bit WAV, 5.079 seconds
;         (223988 sample frames)


	instr	1000
	;
imix	=	1
iscale	=	32/374
irsize	=	1.350 ; seconds
idelay	=	ceil(irsize*kr)/kr
	;
a1	soundin		"RideCymbal.wav"
a2	convolve	a1, "OboeA4.cv"
a3	delay		a1, idelay
	out		a3*(1 - imix) + a2*imix*iscale
	;
	endin


	instr	1001
	;
imix	=	1
iscale	=	32/82495
irsize	=	1.350 ; seconds
idelay	=	ceil(irsize*kr)/kr
	;
a1	soundin		"FluteA4.wav"
a2	convolve	a1, "OboeA4.cv"
a3	delay		a1, idelay
	out		a3*(1 - imix) + a2*imix*iscale
	;
	endin


	instr	1002
	;
imix	=	1
iscale	=	32/162362
irsize	=	1.350 ; seconds
idelay	=	ceil(irsize*kr)/kr
	;
a1	soundin		"OboeA4.wav"
a2	convolve	a1, "OboeA4.cv"
a3	delay		a1, idelay
	out		a3*(1 - imix) + a2*imix*iscale
	;
	endin


	instr	1003
	;
imix	=	1
iscale	=	32/1222
irsize	=	1.350 ; seconds
idelay	=	ceil(irsize*kr)/kr
	;
a1	soundin		"ViolinA4.wav"
a2	convolve	a1, "OboeA4.cv"
a3	delay		a1, idelay
	out		a3*(1 - imix) + a2*imix*iscale
	;
	endin

</CsInstruments>
<CsScore>
; fn	time	size	gen	parameters

; p1	p2	p3
; inst	time	dur
i 1000	0	12
i 1001	6	12
i 1002	12	12
i 1003	18	12

</CsScore>
</CsoundSynthesizer>

