 < score file used to create ECMC Csound Tutorial example ex3-6:
* f1 0 524288 -1 "/sflib/x/voicetest.wav" 0 0 0 ; < dur = 7.27

i1  0 0 4;
p3   2.;
du  301.;
   < p4 = gen1 function number 
p4  1;

   < p5 = output amplitude ;default 0 = same amplitude as input soundfile
p5  nu .15/.4/.65/.9;

   < p6 = length of input soundfile, in seconds  por in samples
p6 nu  7.297/320574;
   < p7 = skip time into gen1 func : if positive p7  = skip time in seconds
      < if negative {between -.001 and -.999}, p7 = % of soundfile skipped
p7  nu 0/.885/1.535/2.46; 
   < p8 = OPTIONAL time in input soundfile to STOP reading
      < if positive p8  = time in seconds
      < if negative {between -.001 and -.999}, = % of total soundfile duration
p8  nu .885/1.535/2.46/6.48; 

   < p9 = pitch multiplier {default 0 = no pitch change}
p9  nu 1/.9/1.122/.84;  
 < if p10 = -1 read soundfile backwards, beginning at p7 skip point or EOF
p10  nu 0/-1; 
   < for stereo output only p11 = pan location {1. = hard left, 0 = hard right}
<p11  
end; 

