< Score11 file used to create Eastman Csound tutorial soundfile example  ex1-2  :
< The orchestra file  needed to create this example is "ex1-1"
 < function 1 includes harmonics 11 through 20 :
*f1 0 1024 10 0 0 0 0 0 0 0 0 0 0 1. 1. 1. 1. 1. 1. 1. 1. 1. 1. ;
*f2 0 1024 10 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1. 1. 1. 1. 1. 
  1. 1. 1.  ; < harmonics 21 thru 28
*f3 0 1024 10 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
   1. 1. 1. 1. 1. 1. 1. 1. 1. 1. 1. ; < harmonics 30 thru 41

i1 0 8.5 ;  < play for 8.5 beats
p3 mo 4. .6 .15/  4.5 .15 .6;
du mx 8.5  301. 302. 304.;
rs 444;   < this reseed value produced better results than some others I tried
p4  mx 1. 20 50  72/ 6. 72 50  800  500 / 1.5 6. 8. 5.;
     < frequency : pitch gradually rises
p5 mx 4. 2000 4000 6000 8000/4.5 6000 8000 4000;  < amplitude
p6  se 8.5 1 2 3;  < audio function number : randomly selection here 
end;

