< Score11 file used to create Eastman Csound Tutorial soundfile example ex5-10:

* f100 0 1024 10 1.;			< SINE WAVE

MARIMBA 0 8;
rseed 888;
rd .015;   
p3 se 7.  1. .5 .33 .25 .1;
du 302;
p4 se 3 d1 c2 b2 gs3 e4 a4 ds5 bf5 g6;
p5 mx 8. 2000 6000 12000;      < Amplitude
p6 mx 8 .03 .01 .005 .01;      < Attack time: normal range .01-.04

p7 mo 8. .7 1. 1.5;    < Attack hardness(1. ord; range .7-1.5)
p8 mo 8. .25 .6 1.5;    < Brightness(1. ord; range .25 - 1.5)
p9 0; < microtonal detuning {not used in this example}
p10  1. .05 .95;  < left-right stereo spatial placement
end;

i99 0 0 1;  < global reverberation & delay line instrument
p3 11.0;
< % of signal sent to reverberator :
p4  .01;                  < beginning % sent to reverb
p5 .74;                   < end  % sent to reverb
< reverberation time & brightness :
p6 1.1;                 < reverberation time
p7 .3;                  < khdif high freq. diffusion; 0 - 1.
< multitap delay line : 4 echos : delays times and gains
p8 .091;         < echo 1 delay time
p9 .6;           < echo 1 gain
p10 .41;       < echo 2 delay time
p11 .3;        < echo 2 gain
p12 1.17;        < echo 3 delay time
p13 .17;         < echo 3 gain
p14 1.95;       < echo 4 delay time
p15 .07;        < echo 4 gain
end;    <<>>>>>>>>>>>


