<CsoundSynthesizer>

<CsInstruments>
;;;; Prelude for Drums and Different Canons
;; Basically an attempt at a short (~ 10sec) fanfare with the main
;; instrument types introduced.  It is structurally a canon between 
;; drums (voice 1) and marimbas (voice 2).  No ending shimmer, and some
;; echo

; amp envelopes
f1 0 1024 5 1 1024 .004
f2 0 1024 5 1 1024 .00012

; waveforms
f3 0 1024 9 10 1 0 16 1.5 0 22 2 0 23 1.5 0
f4 0 1024 9 1 1 0

t0 750

;i4/5	Start	dur	baseamp	ampinc	Noise		loc		Timbre
;i6	Start	dur	amp	Noise		loc
;i10	Start	dur	Pitch	AmpInc		Bias

;; The echo/reverb component
i99	1	62	1
i99	62	50	5

i4	1	10	200	10800	770		1.00		6
i4	1	10	>	0	1010		<		>
i4	4	10	>	0	674		<		>
i4	4	10	>	5000	1028		<		>
i4	7	10	>	0	592		<		>
i4	7	10	>	0	903		<		>
i4	11	10	>	6800	853		<		>
i4	12	10	>	0	1009		<		>
i4	14	10	>	0	701		<		>
i4	15	10	>	0	1054		<		>
i4	17	10	>	5000	519		<		>
i4	18	10	>	0	727		<		>
i4	20	10	>	10800	924		<		>
i4	21	10	>	0	859		<		>
i4	22	10	>	0	1010		<		>
i4	25	10	>	5000	699		<		>
i4	25	10	>	0	1053		<		>
i4	29	10	>	0	521		<		>
i4	32	10	>	6800	734		<		>
i4	32	10	>	0	928		<		>
i4	33	10	>	0	854		<		>
i4	34	10	>	0	1016		<		>
i4	37	10	>	5000	681		<		>
i4	37	10	>	0	1038		<		>
i4	40	10	>	10800	564		<		>
i4	42	10	>	0	844		<		>
i4	42	10	>	0	916		<		>
i4	43	10	>	0	907		<		>
i4	44	30	>	5000	944		<		>
i4	46	28	>	0	875		<		>
i4	47	27	>	0	999		<		>
i4	49	25	>	6800	737		<		>
i4	49	25	>	0	1072		<		>
i4	52	22	1000	0	468		0.00		10

;; The same material, 10 time units later
i10	11	15	7.70	10800		0.20
i10	11	15	10.10	0		<	
i10	14	15	6.74	0		<	
i10	14	15	10.28	5000		<	
i10	17	15	5.92	0		<	
i10	17	15	9.03	0		<	
i10	21	15	8.53	6800		<	
i10	22	15	10.09	0		<	
i10	24	15	7.01	0		<	
i10	25	15	10.54	0		<	
i10	27	15	5.19	5000		<	
i10	28	15	7.27	0		<	
i10	30	15	9.24	10800		<	
i10	31	15	8.59	0		<	
i10	32	15	10.10	0		<	
i10	35	15	6.99	5000		<	
i10	35	15	10.53	0		<	
i10	39	15	5.21	0		<	
i10	42	15	7.34	6800		<	
i10	42	15	9.28	0		<	
i10	43	15	8.54	0		<	
i10	44	15	10.16	0		<	
i10	47	15	6.81	5000		<	
i10	47	15	10.38	0		<	
i10	50	15	5.64	10800		<	
i10	52	15	8.44	0		<	
i10	52	15	9.16	0		<	
i10	53	15	9.07	0		<	
i10	54	15	9.44	5000		<	
i10	56	15	8.75	0		<	
i10	57	15	9.99	0		<	
i10	59	15	7.37	6800		<	
i10	59	15	10.72	0		<	
i10	62	12	4.68	0		0.00	
;;i6	57	20	3000	956		0.50
e
</CsInstruments>

<CsScore>

</CsScore>

</CsoundSynthesizer>
