   < Score11 file used to create Eastman Csound Tutorial soundfile example
   < ex5-6 : 5 bandpass filters used to create vowel-like timbres
* f1 0 65 7 0 40 .75 4 .70 20 1.;	<envlpx rise function
* f100 0 2048 10 1.;                    < sine wave for "buzz"
<tables of resonances for vowels 
<indices 0-4 = frequencies,indices 5-9 = relative amplitude of these frequencies
< functions 80-87 for MALE voice
* f80 0 16 -2 609 1000 2450 2700 3240 1. .25 .063 .07 .004;    < A as in hot
* f81 0 16 -2 400 1700 2300 2900 3400 1. .125 .18 .07 .01;    < E as in bet
* f82 0 16 -2 238 1741 2450 2900 4000 1. .01 .029 .01 .001;   < IY as in beet
* f83 0 16 -2 325 700 2550 2850 3100 1. .063 .002 .007 .002;< < O as in beau
* f84 0 16 -2 360 750 2400 2675 2950 1. .063 .001 .003 .001;  < OO as in boot
* f85 0 16 -2 415 1400 2200 2800 3300 1. .063 .027 .015 .002; < U as in foot
* f86 0 16 -2 300 1600 2150 2700 3100 1. .037 .063 .031 .005; < ER as in bird
* f87 0 16 -2 400 1050 2200 2650 3100 1. .064 .011 .009 .001; < UH as in but
< functions 90-94 for FEMALE voice
* f90 0 16 -2 650 1100 2860 3300 4500 1. .16 .05 .063 .012;   < A as in hot
* f91 0 16 -2 500 1750 2450 3350 5000 1. .125 .1 .041 .005;   < E as in bet
* f92 0 16 -2 330 2000 2800 3650 5000 1. .042 .08 .11 .012;   < IY as in beet
* f93 0 16 -2 400 840 2800 3250 4500 1. .063 .003 .004 .001;  < O as in beau
* f94 0 16 -2 280 650 2200 3450 4500 1. .015 .001 .001 .001;  < OO as in boot

i1 0 39.;
p3 rh 4;
du .95;
p4 no ef3*24/f4*15;
p5 12000;
p6 .2;                                  < envlpx attack time
p7 .3;                                  < decay time
p8 .7;                                  < atss
p9 nu 0/1/2;   < audio signal switch : 0 = buzz,1 = noise, 2 = soundfile

p10 nu 80*3/81*3/82*3/83*3/84*3/85*3/  < vowel function
86*3/87*3/90*3/91*3/92*3/93*3/94*3/;
p11 .05;                                < bandwidth (scaled by register)
p12 8;    < soundin.# number - used only when p9=2 {soundfile input}
  < soundin.8 points to /sflib/perc/cym1.wav
p13 0;    < optional skip into p12 soundfile
end;
