< Score11 file used to create Eastman Csound Tutorial soundfile example ex1-1 :
<  envlpx : various envelope shapes
< Tutorial orchestra file needed to create a soundfile: ex2-1
* f1 0 512 7 -1 512 1;	    	          < sawtooth
* f2 0 512 7 -1 256 -1 0 1 256 1;         < square wave
* f3 0 512 7 -1 220 -1 36 1 512 1 36 -1;  < square wave, sloped sides
* f4 0 512 10 1. 0 .33 0 .2 0 .149 0 .11; < band-limited square wave
< function 5 has harmonics 1,4,7,11,15,18
* f5 0 256 10 1. 0 0 .4 0 0 .65 0 0 0 .3 0 0 0 .18 0 0 .08;
< function 6 has harmonics 3,4,7,8,11,12,15,16
* f6 0 256 10 0 0 .5 .8 0 0 .7 1. 0 0 .3 .4 0 0 .2 .12;
< function 7 has inharmonic partials
* f7 0 256 9 1. 1. 0 2.7 .7 0  5.4 .45 0 8.1 .3 0 10.8 .15 0 13.5 .08 0;
< function 8 has only high harmonics (20 through 28)
* f8 0 256 10 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 .2 .4 .6 1. .7 .5 .3 .1;

* f60 0 65 5 .005 64 1;   < envlpx rise shape function

i1 0 0 8;
p3 2;
p4 no c3;
p5 nu 6000*3/4000;
p6 nu .5/.1/.08/.02;     < rise time
p7 nu .5/1./.8/.8;       < decay time
p8 nu .1/.5/.9/2.5;      < atss
p9 0;                    < ixmod
p10 nu 1/2/3/4/5/6/7/8;  < audio waveform function
end;


