  < ESM Csound LIbrary Tutorial score11 input file >>  ex5-9-2 << 
  < Library algorithm MARIMBA with global reverberator
  < 1/3 of signal is reverberated ; high khdif value
* 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}
end;

i99 0 0 1;         < global reverberation instrument
p3 9.5;
< wet/dry mix : % of signal sent to reverberator
p4  .33;                  < beginning % sent to nreverb
p5 .33;                   < end  % sent to nreverb
< reverberation time & brightness :
p6 1.1;                 < reverberation time
p7 .98;                  < khdif high freq. diffusion; 0 - 1.
end;    <<>>>>>>>>>>>


